[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.8 and 1.9

version 1.8, 2003/07/22 17:21:07 version 1.9, 2003/07/25 02:12:45
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
 char            *fetchname(char *, int, int);  char            *fetchname(char *, int, int);
   int             backup_file(char *);
 int             move_file(char *, char *);  int             move_file(char *, char *);
 void            copy_file(char *, char *);  int             copy_file(char *, char *);
 void            say(char *, ...);  void            say(char *, ...);
 void            fatal(char *, ...)  void            fatal(char *, ...)
                     __attribute__((__format__(__printf__, 1, 2)));                      __attribute__((__format__(__printf__, 1, 2)));

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9