Module Name:    src
Committed By:   christos
Date:           Thu Jan 14 20:42:14 UTC 2016

Modified Files:
        src/include: vis.h

Log Message:
add stravis


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/include/vis.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/vis.h
diff -u src/include/vis.h:1.23 src/include/vis.h:1.24
--- src/include/vis.h:1.23	Sat May 23 07:48:31 2015
+++ src/include/vis.h	Thu Jan 14 15:42:14 2016
@@ -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	*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 *);

Reply via email to