[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.13 and 1.14

version 1.13, 2004/08/05 21:47:24 version 1.14, 2005/05/16 15:22:46
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));
   
   /* in mkpath.c */
   extern int mkpath(char *, mode_t, mode_t);

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