From cd1e39b59e15fb65a1ae03ebde716ef9fc29dd7f Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 16 Jun 2003 06:36:40 +0000 Subject: - limited number of processes per systrace - escape fixes for special characters markus, sturm ok. from provos --- bin/systrace/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/systrace/util.h') 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 @@ -34,6 +34,7 @@ #define _UTIL_H_ void simplify_path(char *); +char *strescape(char *); char *strrpl(char *, size_t, char *, char *); #endif /* !_UTIL_H_ */ -- cgit v1.2.3-59-g8ed1b