daemon: make function static
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Apr 2018 19:55:49 +0000 (21:55 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Apr 2018 19:55:49 +0000 (21:55 +0200)
commitb788e9e0f84a324b68cbfc8168a1b5610c921389
treefad02e183123bf893ce335c4192a97c73d8ef1c0
parent35678eaa6ad0e847930711352da07e9912adf885
daemon: make function static

Fixes a build warning:

src/daemon/collectd.c:452:6: warning: no previous prototype for function 'read_cmdline' [-Wmissing-prototypes]
void read_cmdline(int argc, char **argv, struct cmdline_config *config) {
     ^
src/daemon/collectd.c