diff options
author | 2003-06-16 06:36:40 +0000 | |
---|---|---|
committer | 2003-06-16 06:36:40 +0000 | |
commit | cd1e39b59e15fb65a1ae03ebde716ef9fc29dd7f (patch) | |
tree | 3bb16ac32c4655e410047a9e0953f9c996c82c1e /bin/systrace/util.h | |
parent | add supported device; (diff) | |
download | wireguard-openbsd-cd1e39b59e15fb65a1ae03ebde716ef9fc29dd7f.tar.xz wireguard-openbsd-cd1e39b59e15fb65a1ae03ebde716ef9fc29dd7f.zip |
- limited number of processes per systrace
- escape fixes for special characters
markus, sturm ok. from provos
Diffstat (limited to 'bin/systrace/util.h')
-rw-r--r-- | bin/systrace/util.h | 3 |
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_ */ |