summaryrefslogtreecommitdiff
blob: a2e03ec9753f5f0ba15845f2fcab190b75ad7ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
+++ b/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
@@ -70,9 +70,6 @@
  */
 #define	UNVIS_END	1	/* no more characters */
 
-#include <sys/cdefs.h>
-
-__BEGIN_DECLS
 char	*vis(char *, int, int, int);
 int	strvis(char *, const char *, int);
 int	strnvis(char *, const char *, size_t, int)
@@ -84,6 +81,4 @@ int	unvis(char *, char, int *, int);
 ssize_t strnunvis(char *, const char *, size_t)
 /*		__attribute__ ((__bounded__(__string__,1,3)))*/;
 
-__END_DECLS
-
 #endif /* !_VIS_H_ */