=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/util.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/patch/util.h 2005/06/20 07:14:06 1.15 --- src/usr.bin/patch/util.h 2014/12/13 10:31:07 1.16 *************** *** 1,4 **** ! /* $OpenBSD: util.h,v 1.15 2005/06/20 07:14:06 otto Exp $ */ /* * patch - a program to apply diffs to original files --- 1,4 ---- ! /* $OpenBSD: util.h,v 1.16 2014/12/13 10:31:07 tobias Exp $ */ /* * patch - a program to apply diffs to original files *************** *** 40,45 **** --- 40,46 ---- void ask(const char *, ...) __attribute__((__format__(__printf__, 1, 2))); char *savestr(const char *); + char *xstrdup(const char *); void set_signals(int); void ignore_signals(void); void makedirs(const char *, bool);