=================================================================== RCS file: /cvs/cvs/blind/config.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- blind/config.h 2022/03/25 21:12:46 1.2 +++ blind/config.h 2022/03/29 20:16:20 1.3 @@ -20,4 +20,7 @@ struct blind * config_init(void); int config_perm(int, const char *); +/* parse.y */ +int config_load(struct blind *); + #endif /* CONFIG_H */