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

File: [local] / src / usr.bin / patch / util.h (download)

Revision 1.4, Fri Jul 18 02:00:09 2003 UTC (20 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +13 -76 lines

remove junk; ok otto tedu

/*	$OpenBSD: util.h,v 1.4 2003/07/18 02:00:09 deraadt Exp $ */

/* and for those machine that can't handle a variable argument list */

EXT char serrbuf[BUFSIZ];		/* buffer for stderr */

char *fetchname(char *, int, int);
int move_file(char *, char *);
void copy_file(char *, char *);
void say(char *, ...);
void fatal(char *, ...);
void pfatal(char *, ...);
void ask(char *, ...);
char *savestr(char *);
void set_signals(int);
void ignore_signals(void);
void makedirs(char *, bool);
void version(void);