X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgps.c;h=f72cef4961bfa860f2481b0663ce822a36f592ad;hb=4d370741101aeb037ae52f3529a4a0869e0dc08a;hp=04de5aa9ccf3a7994c182dae7a710f23dbcb881e;hpb=1bdfcf9791729310f75857d0e002c40ef659a89b;p=collectd.git diff --git a/src/gps.c b/src/gps.c index 04de5aa9..f72cef49 100644 --- a/src/gps.c +++ b/src/gps.c @@ -30,7 +30,6 @@ #include "common.h" #include "plugin.h" #include "utils_time.h" -#include "configfile.h" #define CGPS_TRUE 1 #define CGPS_FALSE 0 @@ -239,7 +238,7 @@ static void cgps_submit (const char *type, gauge_t value, const char *type_insta /** * Read the data and submit by piece. */ -static int cgps_read () +static int cgps_read (void) { cgps_data_t data_copy;