author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Thu, 9 Jun 2016 21:09:18 +0000 (23:09 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Thu, 9 Jun 2016 21:09:18 +0000 (23:09 +0200) | ||
commit | e7ff69ca970e01edb1b15d79fc1b8dcfaa43e597 | |
tree | a1abbf4419d99ffc3dd289242ef44c7cdfd16ef3 | tree | snapshot |
parent | d3ca6fecf93f7c0cf32f38e02f66ce238dbf96b6 | commit | diff |
uc_get_iterator: use ansi function declaration
In file included from common.c:37:0:
utils_cache.h:76:1: warning: function declaration isn’t a prototype
[-Wstrict-prototypes]
uc_iter_t *uc_get_iterator ();
^
In file included from common.c:37:0:
utils_cache.h:76:1: warning: function declaration isn’t a prototype
[-Wstrict-prototypes]
uc_iter_t *uc_get_iterator ();
^
src/daemon/utils_cache.c | diff | blob | history | |
src/daemon/utils_cache.h | diff | blob | history |