[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.7 and 1.8

version 1.7, 2003/07/22 17:18:49 version 1.8, 2003/07/22 17:21:07
Line 5 
Line 5 
 void            copy_file(char *, char *);  void            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)));
 void            pfatal(char *, ...)  void            pfatal(char *, ...)
         __attribute__((__format__(__printf__, 1, 2)));                      __attribute__((__format__(__printf__, 1, 2)));
 void            ask(char *, ...)  void            ask(char *, ...)
         __attribute__((__format__(__printf__, 1, 2)));                      __attribute__((__format__(__printf__, 1, 2)));
 char            *savestr(char *);  char            *savestr(char *);
 void            set_signals(int);  void            set_signals(int);
 void            ignore_signals(void);  void            ignore_signals(void);

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