summaryrefslogtreecommitdiffstats
path: root/include/vis.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-06 01:15:32 +0000
committerbde <bde@FreeBSD.org>2001-02-06 01:15:32 +0000
commit1fafc41400a8ab8be4cd47f7a2c2cdef77418f1b (patch)
tree7c23b4d254e90a30bd46be1d6861a90d9e2e7213 /include/vis.h
parentcb4a3ae95b03a6b787ca2171a8d308291fcb2e07 (diff)
downloadFreeBSD-src-1fafc41400a8ab8be4cd47f7a2c2cdef77418f1b.zip
FreeBSD-src-1fafc41400a8ab8be4cd47f7a2c2cdef77418f1b.tar.gz
Declare strunvisx().
Diffstat (limited to 'include/vis.h')
-rw-r--r--include/vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vis.h b/include/vis.h
index 30bd58a..22feaa9 100644
--- a/include/vis.h
+++ b/include/vis.h
@@ -87,6 +87,7 @@ char *vis __P((char *, int, int, int));
int strvis __P((char *, const char *, int));
int strvisx __P((char *, const char *, size_t, int));
int strunvis __P((char *, const char *));
+int strunvisx __P((char *, const char *, int));
int unvis __P((char *, int, int *, int));
__END_DECLS
OpenPOWER on IntegriCloud