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

Annotation of src/usr.bin/patch/util.h, Revision 1.6

1.6     ! deraadt     1: /*     $OpenBSD: util.h,v 1.5 2003/07/21 14:00:41 deraadt Exp $        */
1.1       deraadt     2:
                      3: /* and for those machine that can't handle a variable argument list */
                      4:
1.5       deraadt     5: EXT char       serrbuf[BUFSIZ];/* buffer for stderr */
1.1       deraadt     6:
1.5       deraadt     7: char           *fetchname(char *, int, int);
                      8: int            move_file(char *, char *);
                      9: void           copy_file(char *, char *);
                     10: void           say(char *, ...);
                     11: void           fatal(char *, ...);
                     12: void           pfatal(char *, ...);
                     13: void           ask(char *, ...);
                     14: char           *savestr(char *);
                     15: void           set_signals(int);
                     16: void           ignore_signals(void);
                     17: void           makedirs(char *, bool);
                     18: void           version(void);