X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fdaemon%2Fconfigfile.h;h=924d97c5395b00ce3c373cf94c665c0c928b073d;hp=648246bd2d22076178afb4f64df2bbadd97c74cc;hb=1737d01e6d25487852d0da2e45088e11115e52a9;hpb=43ef00c0eb99991902d3c9a5fbe582cde049b055 diff --git a/src/daemon/configfile.h b/src/daemon/configfile.h index 648246bd..924d97c5 100644 --- a/src/daemon/configfile.h +++ b/src/daemon/configfile.h @@ -34,7 +34,7 @@ /* * DESCRIPTION * Remove a registered plugin from the internal data structures. - * + * * PARAMETERS * `type' Name of the plugin (must be the same as passed to * `plugin_register' @@ -89,7 +89,7 @@ int cf_register_complex (const char *type, int (*callback) (oconfig_item_t *)); */ int cf_read (const char *filename); -int global_option_set (const char *option, const char *value); +int global_option_set (const char *option, const char *value, _Bool from_cli); const char *global_option_get (const char *option); long global_option_get_long (const char *option, long default_value); long global_option_get_long_in_range (const char *option, long default_value, long min, long max);