X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdaemon%2Fconfigfile.h;h=648246bd2d22076178afb4f64df2bbadd97c74cc;hb=dc3637c5113c79e83d8d104c88c9cc5057dc9dcb;hp=5bc9b305615ee3404d8d373dd5544de7e88e433d;hpb=cedb6f147e94d0e952449f731313412ef4d67904;p=collectd.git diff --git a/src/daemon/configfile.h b/src/daemon/configfile.h index 5bc9b305..648246bd 100644 --- a/src/daemon/configfile.h +++ b/src/daemon/configfile.h @@ -87,7 +87,7 @@ int cf_register_complex (const char *type, int (*callback) (oconfig_item_t *)); * Returns zero upon success and non-zero otherwise. A error-message will have * been printed in this case. */ -int cf_read (char *filename); +int cf_read (const char *filename); int global_option_set (const char *option, const char *value); const char *global_option_get (const char *option);