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

Diff for /blind/blind.h between version 1.12 and 1.13

version 1.12, 2022/04/03 11:01:52 version 1.13, 2022/04/10 21:04:06
Line 18 
Line 18 
 #define BLIND_H  #define BLIND_H
   
 #include <limits.h>  #include <limits.h>
   #include <stdio.h>
   
 #define BL_TEXT         "blind"  #define BL_TEXT         "blind"
 #define BL_VERS         "0.0.1"  #define BL_VERS         "0.0.1"
Line 37  struct blind {
Line 38  struct blind {
         char            bl_sock[PATH_MAX];          char            bl_sock[PATH_MAX];
         int             bl_ttl;          int             bl_ttl;
         uint32_t        bl_opt;          uint32_t        bl_opt;
   };
   
   struct file {
           FILE           *stream;
           char           *name;
           size_t          unpos;
           size_t          unsize;
           u_char         *unbuf;
           int             eof;
           int             lineno;
 };  };
   
 #endif /* BLIND_H */  #endif /* BLIND_H */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

https://cvs.kroczynski.net