summaryrefslogtreecommitdiff
path: root/include/vis.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2014-11-17 19:51:55 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2014-11-17 19:51:55 +0000
commitbd960879979e0bdbd31cb04109ce27bf56e2c9e5 (patch)
treef3c9cadbb23f4c8f83326cfd2353846ba584d47a /include/vis.h
parent8933c41929e6a6b5823341de683f9c1ce55d51af (diff)
Add prototype for stravis().
Diffstat (limited to 'include/vis.h')
-rw-r--r--include/vis.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vis.h b/include/vis.h
index 5be397e8875..012f7194eb1 100644
--- a/include/vis.h
+++ b/include/vis.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vis.h,v 1.13 2010/08/24 23:49:06 djm Exp $ */
+/* $OpenBSD: vis.h,v 1.14 2014/11/17 19:51:54 millert Exp $ */
/* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */
/*-
@@ -77,6 +77,7 @@
__BEGIN_DECLS
char *vis(char *, int, int, int);
int strvis(char *, const char *, int);
+int stravis(char **, const char *, int);
int strnvis(char *, const char *, size_t, int)
__attribute__ ((__bounded__(__string__,1,3)));
int strvisx(char *, const char *, size_t, int)