=================================================================== RCS file: /cvs/cvs/blind/config.h,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- blind/config.h 2022/03/17 21:15:43 1.1 +++ blind/config.h 2022/03/29 20:16:20 1.3 @@ -17,6 +17,10 @@ #ifndef CONFIG_H #define CONFIG_H -struct blind * config_init(void); +struct blind * config_init(void); +int config_perm(int, const char *); + +/* parse.y */ +int config_load(struct blind *); #endif /* CONFIG_H */