X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fplugin.h;h=a07c205a66c47bc67fd445ea49767a01c9a89993;hb=1807733e9bdeab1c086b066453f0acd557b12f82;hp=8749327ab8cc900b9c6030c4a64c5d213e922d7f;hpb=c1e47ad7b5e5e889fb86250f714b299e4bf8819f;p=collectd.git diff --git a/src/plugin.h b/src/plugin.h index 8749327a..a07c205a 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -36,7 +36,7 @@ * NOTES * If `dir' is NULL the compiled in default `PLUGINDIR' is used. */ -void plugin_set_dir (char *dir); +void plugin_set_dir (const char *dir); /* * NAME