daemon: make function static
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Apr 2018 19:56:55 +0000 (21:56 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Apr 2018 19:56:55 +0000 (21:56 +0200)
Fixes the following build warning:

src/daemon/collectd.c:499:5: warning: no previous prototype for function 'configure_collectd' [-Wmissing-prototypes]
int configure_collectd(struct cmdline_config *config) {
    ^


No differences found