X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fconfigfile.h;fp=src%2Fconfigfile.h;h=65b1efcdd5a07d9a0d7fe7d50228470475bdb524;hb=d6e55d065c568b599a9c27b2540c7e0233cf2318;hp=519a6ff8668668b6f6c6deef72c60041de27a329;hpb=17fcc3c1cd67ceb0b8305cabb9e7c1e66aba561f;p=collectd.git diff --git a/src/configfile.h b/src/configfile.h index 519a6ff8..65b1efcd 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -23,6 +23,7 @@ **/ #include "collectd.h" +#include "utils_time.h" #include "liboconfig/oconfig.h" /* @@ -113,4 +114,6 @@ int cf_util_get_flag (const oconfig_item_t *ci, * port number in the range [1-65535] or less than zero upon failure. */ int cf_util_get_port_number (const oconfig_item_t *ci); +int cf_util_get_cdtime (const oconfig_item_t *ci, cdtime_t *ret_value); + #endif /* defined(CONFIGFILE_H) */