X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_cache.h;h=93c2519469f6f9436468719db5da0a49fc0fbdf1;hb=474d70e02d04de92aa7503b3887989729bbbff02;hp=efef31e467409c960d30079acb38ddc7a4508bb4;hpb=5eb1fef6de7e0c8fb99e3d85063d96d7cc785f9b;p=collectd.git diff --git a/src/daemon/utils_cache.h b/src/daemon/utils_cache.h index efef31e4..93c25194 100644 --- a/src/daemon/utils_cache.h +++ b/src/daemon/utils_cache.h @@ -1,5 +1,5 @@ /** - * collectd - src/utils_cache.h + * collectd - utils_cache.h * Copyright (C) 2007 Florian octo Forster * Copyright (C) 2016 Sebastian tokkee Harl * @@ -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