=================================================================== RCS file: /cvs/cvs/blind/blind.h,v retrieving revision 1.7 retrieving revision 1.9 diff -u -p -r1.7 -r1.9 --- blind/blind.h 2022/03/19 07:44:35 1.7 +++ blind/blind.h 2022/03/20 18:47:16 1.9 @@ -43,3 +43,6 @@ struct blind { //char *bl_cipher; //char *bl_proto; }; + +/* parse.y */ +int config_load(struct blind *);