=================================================================== RCS file: /cvs/cvs/blind/blind.h,v retrieving revision 1.6 retrieving revision 1.8 diff -u -p -r1.6 -r1.8 --- blind/blind.h 2022/03/19 07:42:12 1.6 +++ blind/blind.h 2022/03/20 17:33:18 1.8 @@ -29,7 +29,7 @@ #define BL_FLG_DEFAULT 0x00000000 #define BL_FLG_COMPRESS 0x00000001 -#define BL_FLG_CRYPTO 0x00000002 +#define BL_FLG_ENCRYPT 0x00000002 struct blind { char bl_conf[PATH_MAX]; @@ -43,3 +43,6 @@ struct blind { //char *bl_cipher; //char *bl_proto; }; + +/* parse.y */ +int config_load(struct blind *, const char *);