X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Flibcollectdclient%2Fnetwork_parse.c;h=14c1b2827ed6bc9dba615f9a0617713c595d6d8a;hp=ce1bebccef90fee8a7e5eeac6d66abcf658cd489;hb=6a16a919dccb9f90c36f3c2e96a0b2b6d1b357d6;hpb=c3c9a56e37bac5d5be3b6beb0b33f89ea941295e diff --git a/src/libcollectdclient/network_parse.c b/src/libcollectdclient/network_parse.c index ce1bebcc..14c1b282 100644 --- a/src/libcollectdclient/network_parse.c +++ b/src/libcollectdclient/network_parse.c @@ -68,7 +68,7 @@ static int network_parse(void *data, size_t data_size, lcc_security_level_t sl, lcc_network_parse_options_t const *opts); #if HAVE_GCRYPT_H -static int init_gcrypt() { +static int init_gcrypt(void) { /* http://lists.gnupg.org/pipermail/gcrypt-devel/2003-August/000458.html * Because you can't know in a library whether another library has * already initialized the library */