[BACK]Return to util.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / patch

Diff for /src/usr.bin/patch/util.h between version 1.17 and 1.18

version 1.17, 2015/07/26 14:32:19 version 1.18, 2019/08/17 14:25:06
Line 45 
Line 45 
 void            makedirs(const char *, bool);  void            makedirs(const char *, bool);
 void            version(void);  void            version(void);
 void            my_exit(int) __attribute__((noreturn));  void            my_exit(int) __attribute__((noreturn));
   void            my_sigexit(int) __attribute__((noreturn));
   
 /* in mkpath.c */  /* in mkpath.c */
 extern int mkpath(char *);  extern int mkpath(char *);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18