diff options
| author | christos <christos@NetBSD.org> | 1997-10-16 23:25:35 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-10-16 23:25:35 +0000 |
| commit | c23ea50e2829913ba82fc813b7cbf5824fad4158 (patch) | |
| tree | 0208fe66799c77169e9bddb22c773c09dd0ddad7 /include/vis.h | |
| parent | 07ed8910892060cbdef2ecff7a0afe24726823f4 (diff) | |
second argument is now int instead of char
Diffstat (limited to 'include/vis.h')
| -rw-r--r-- | include/vis.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vis.h b/include/vis.h index 183439295c6..7fe175bea01 100644 --- a/include/vis.h +++ b/include/vis.h @@ -1,4 +1,4 @@ -/* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */ +/* $NetBSD: vis.h,v 1.5 1997/10/16 23:25:35 christos Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -80,7 +80,7 @@ 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 *)); -int unvis __P((char *, char, int *, int)); +int unvis __P((char *, int, int *, int)); __END_DECLS #endif /* !_VIS_H_ */ |
