8 lines
128 B
C
8 lines
128 B
C
#ifndef RC_H
|
|
#define RC_H
|
|
|
|
extern void show_params(FILE * fp);
|
|
extern int str_to_bool(char *value, int old);
|
|
|
|
#endif /* RC_H */
|