X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fted.c;h=37ab85dd02e863834e054c167e22ad92ee0240d6;hb=db35efb33e81d0a013e09a8a6ffa362ad5962f7c;hp=e76b3c9234f70878bf465ada946d6605642fdc86;hpb=5bf93412e903fb36943088e711031a013495ce11;p=collectd.git diff --git a/src/ted.c b/src/ted.c index e76b3c92..37ab85dd 100644 --- a/src/ted.c +++ b/src/ted.c @@ -263,7 +263,7 @@ static int ted_open_device (void) return (0); } /* int ted_open_device */ -static void ted_submit (char *type, double value) +static void ted_submit (const char *type, double value) { value_t values[1]; value_list_t vl = VALUE_LIST_INIT;