X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_cache.h;h=6c6a883cc903190077a6f937e167ab3552e728a6;hb=55d1d9585792e8e1fb1859fb1932d2a15b602fee;hp=efef31e467409c960d30079acb38ddc7a4508bb4;hpb=38909dcf1dcb596c5f525c6bb25cf89c046013b5;p=collectd.git diff --git a/src/daemon/utils_cache.h b/src/daemon/utils_cache.h index efef31e4..6c6a883c 100644 --- a/src/daemon/utils_cache.h +++ b/src/daemon/utils_cache.h @@ -73,7 +73,7 @@ typedef struct uc_iter_s uc_iter_t; * RETURN VALUE * An iterator object on success or NULL else. */ -uc_iter_t *uc_get_iterator (); +uc_iter_t *uc_get_iterator (void); /* * NAME