X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fpxdg.h;h=98fd91496db384baaf603618dfe61d2eb1d22fc6;hp=78aa571e814dbdb6d1cd66f74700b3a81f060588;hb=bd7036af56a4b61b2b473dccbeac5e26f78b57da;hpb=48da1ac5531838d157762882ee455cec4da05728 diff --git a/src/pxdg.h b/src/pxdg.h index 78aa571..98fd914 100644 --- a/src/pxdg.h +++ b/src/pxdg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -25,7 +25,7 @@ * - 0 if psensor is not currently launch during session startup. * - -1 if it cannot be determined. */ -int pxdg_is_autostarted(); +int pxdg_is_autostarted(void); void pxdg_set_autostart(unsigned int); #endif