[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / blind

Diff for /blind/config.h between version 1.3 and 1.4

version 1.3, 2022/03/29 20:16:20 version 1.4, 2022/03/29 21:23:50
Line 17 
Line 17 
 #ifndef CONFIG_H  #ifndef CONFIG_H
 #define CONFIG_H  #define CONFIG_H
   
   static struct file {
           FILE                    *stream;
           char                    *name;
           size_t                   ungetpos;
           size_t                   ungetsize;
           u_char                  *ungetbuf;
           int                      eof_reached;
           int                      lineno;
   } *f;
   
 struct blind *  config_init(void);  struct blind *  config_init(void);
 int             config_perm(int, const char *);  int             config_perm(int, const char *);
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

https://cvs.kroczynski.net