summaryrefslogtreecommitdiff
path: root/include/vis.h
diff options
context:
space:
mode:
authorwennmach <wennmach@NetBSD.org>1999-11-25 16:55:50 +0000
committerwennmach <wennmach@NetBSD.org>1999-11-25 16:55:50 +0000
commit127b19f24688e34e16a2db30d71d1583c0696f90 (patch)
treefaac04df308de0fef65aeb85be92eacf75fe7d0b /include/vis.h
parent7b7d5b8b061a2478fb07b74f84fb5f8a6279199e (diff)
Added prototypes for svis, strsvis, strsvisx
Diffstat (limited to 'include/vis.h')
-rw-r--r--include/vis.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/vis.h b/include/vis.h
index dfe9e6ead03..092a175777b 100644
--- a/include/vis.h
+++ b/include/vis.h
@@ -1,4 +1,4 @@
-/* $NetBSD: vis.h,v 1.10 1998/11/13 12:20:18 christos Exp $ */
+/* $NetBSD: vis.h,v 1.11 1999/11/25 16:55:50 wennmach Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -77,8 +77,11 @@
__BEGIN_DECLS
char *vis __P((char *, int, int, int));
+char *svis __P((char *, int, int, int, const char *));
int strvis __P((char *, const char *, int));
+int strsvis __P((char *, const char *, int, const char *));
int strvisx __P((char *, const char *, size_t, int));
+int strsvisx __P((char *, const char *, size_t, int, const char *));
int strunvis __P((char *, const char *));
#ifdef __LIBC12_SOURCE__
int unvis __P((char *, int, int *, int));