=================================================================== RCS file: /cvs/cvs/blind/config.h,v retrieving revision 1.2 retrieving revision 1.5 diff -u -p -r1.2 -r1.5 --- blind/config.h 2022/03/25 21:12:46 1.2 +++ blind/config.h 2022/03/29 22:16:46 1.5 @@ -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 */