summaryrefslogtreecommitdiff
path: root/include/vis.h
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-03 21:53:56 +0000
committermycroft <mycroft@NetBSD.org>1993-08-03 21:53:56 +0000
commit06d166fd25c9663d9e3c636ef0c8a286ba97f917 (patch)
tree350e53640629423f4769c3cc0d53a7274ef31b10 /include/vis.h
parent88d7d7d35d4d3ca7aa6a65afd05c43cd0549f79b (diff)
New versions to go with new fts() et al.
Diffstat (limited to 'include/vis.h')
-rw-r--r--include/vis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vis.h b/include/vis.h
index 3ab9aa8efed..419e8842029 100644
--- a/include/vis.h
+++ b/include/vis.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)vis.h 5.9 (Berkeley) 4/3/91
- * $Id: vis.h,v 1.2 1993/08/01 18:45:04 mycroft Exp $
+ * $Id: vis.h,v 1.3 1993/08/03 21:53:59 mycroft Exp $
*/
#ifndef _VIS_H_
@@ -75,7 +75,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-char *vis __P((char *, char, int, char));
+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 *));