summaryrefslogtreecommitdiff
path: root/include/vis.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-01-14 20:42:14 +0000
committerchristos <christos@NetBSD.org>2016-01-14 20:42:14 +0000
commit417cfd673244116c406a8ee41c2f831ae3c84883 (patch)
treecbc7015a50e5ea1f852810d3321061bb9ff684a5 /include/vis.h
parent00268c771d5c92a19c5400597a49011cc8f1debc (diff)
add 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 2337a5e53c3..501ad182eeb 100644
--- a/include/vis.h
+++ b/include/vis.h
@@ -1,4 +1,4 @@
-/* $NetBSD: vis.h,v 1.23 2015/05/23 11:48:31 christos Exp $ */
+/* $NetBSD: vis.h,v 1.24 2016/01/14 20:42:14 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -91,6 +91,7 @@ char *svis(char *, int, int, int, const char *);
char *snvis(char *, size_t, int, int, int, const char *);
int strvis(char *, const char *, int);
+int stravis(char **, const char *, int);
int strnvis(char *, size_t, const char *, int);
int strsvis(char *, const char *, int, const char *);