diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-11-21 00:48:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-11-21 00:48:50 +0000 |
commit | 117ee9709827b0880a77b9e80a2e1a008c056666 (patch) | |
tree | 33b081524cc0d5611c251ba86882b98077c0d087 /include/vis.h | |
parent | e2985a230a603b26d989697abac32b85182f6bca (diff) |
Missed this in the strnvis(3) commit.
Diffstat (limited to 'include/vis.h')
-rw-r--r-- | include/vis.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vis.h b/include/vis.h index 55441d87562..3bc7f178ee5 100644 --- a/include/vis.h +++ b/include/vis.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vis.h,v 1.3 1999/05/14 20:31:56 aaron Exp $ */ +/* $OpenBSD: vis.h,v 1.4 2000/11/21 00:48:49 millert Exp $ */ /* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */ /*- @@ -79,6 +79,7 @@ __BEGIN_DECLS char *vis __P((char *, int, int, int)); int strvis __P((char *, const char *, int)); +int strnvis __P((char *, const char *, size_t, int)); int strvisx __P((char *, const char *, size_t, int)); int strunvis __P((char *, const char *)); int unvis __P((char *, char, int *, int)); |