X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fconfigfile.h;h=3952c180d9949f08bc42a94899d23a9c19a5db70;hb=4e57613ae19a71a0f180f0648223a139f48c932c;hp=0ee8f33cb19dfd1230846e5a5b05e0f930b52358;hpb=bd66a09b35da21dcb405650ae4587bf2ca811438;p=collectd.git diff --git a/src/configfile.h b/src/configfile.h index 0ee8f33c..3952c180 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -1,3 +1,5 @@ +#ifndef CONFIGFILE_H +#define CONFIGFILE_H /** * collectd - src/configfile.h * Copyright (C) 2005,2006 Florian octo Forster @@ -20,8 +22,8 @@ * Florian octo Forster **/ -#ifndef CONFIGFILE_H -#define CONFIGFILE_H +#include "collectd.h" +#include "liboconfig/oconfig.h" /* * DESCRIPTION @@ -32,6 +34,7 @@ * `plugin_register' */ void cf_unregister (const char *type); +void cf_unregister_complex (const char *type); /* * DESCRIPTION @@ -61,6 +64,8 @@ void cf_register (const char *type, int (*callback) (const char *, const char *), const char **keys, int keys_num); +int cf_register_complex (const char *type, int (*callback) (oconfig_item_t *)); + /* * DESCRIPTION * `cf_read' reads the config file `filename' and dispatches the read