summaryrefslogtreecommitdiffstats
path: root/bin/systrace/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/systrace/util.h')
-rw-r--r--bin/systrace/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/systrace/util.h b/bin/systrace/util.h
index 8e4fdb22d2a..c37315d1201 100644
--- a/bin/systrace/util.h
+++ b/bin/systrace/util.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.h,v 1.2 2002/10/09 03:52:10 itojun Exp $ */
+/* $OpenBSD: util.h,v 1.3 2003/06/16 06:36:40 itojun Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -34,6 +34,7 @@
#define _UTIL_H_
void simplify_path(char *);
+char *strescape(char *);
char *strrpl(char *, size_t, char *, char *);
#endif /* !_UTIL_H_ */