Files
w3m/rc.h
2022-04-29 15:59:13 +06:00

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 */