filecount plugin: mark function as static
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Apr 2018 19:48:27 +0000 (21:48 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 3 Apr 2018 19:48:27 +0000 (21:48 +0200)
commit35678eaa6ad0e847930711352da07e9912adf885
tree108a9ac51116d21161aebf71e6f51b9fa8689dc7
parent3f24dce20ad6ea1b2ed11780f9423e8675885539
filecount plugin: mark function as static

Fixes a build warning:

CC       src/filecount.lo
src/filecount.c:66:6: warning: no previous prototype for function 'fc_free_dir' [-Wmissing-prototypes]
void fc_free_dir(fc_directory_conf_t *dir) {
     ^
1 warning generated.
src/filecount.c