Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 575098
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +1 lines)
Line  Link Here
0
-- a/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
0
++ b/mailx-8.1.2-0.20050715cvs.orig/EXT/vis.h
Lines 70-78 Link Here
70
 */
70
 */
71
#define	UNVIS_END	1	/* no more characters */
71
#define	UNVIS_END	1	/* no more characters */
72
72
73
#include <sys/cdefs.h>
74
75
__BEGIN_DECLS
76
char	*vis(char *, int, int, int);
73
char	*vis(char *, int, int, int);
77
int	strvis(char *, const char *, int);
74
int	strvis(char *, const char *, int);
78
int	strnvis(char *, const char *, size_t, int)
75
int	strnvis(char *, const char *, size_t, int)
Lines 84-89 int unvis(char *, char, int *, int); Link Here
84
ssize_t strnunvis(char *, const char *, size_t)
81
ssize_t strnunvis(char *, const char *, size_t)
85
/*		__attribute__ ((__bounded__(__string__,1,3)))*/;
82
/*		__attribute__ ((__bounded__(__string__,1,3)))*/;
86
83
87
__END_DECLS
88
89
#endif /* !_VIS_H_ */
84
#endif /* !_VIS_H_ */

Return to bug 575098