fix all -Wmissing-prototypes warnings

This commit is contained in:
NRK
2022-04-29 15:38:52 +06:00
parent d9284b1193
commit faeebc076c
16 changed files with 64 additions and 48 deletions

7
rc.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef RC_H
#define RC_H
extern void show_params(FILE * fp);
extern int str_to_bool(char *value, int old);
#endif /* RC_H */