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

(-)file_not_specified_in_diff (-6 / +1 lines)
Line  Link Here
0
-- a/compat/vis.h
0
++ b/compat/vis.h
Lines 73-81 Link Here
73
 */
73
 */
74
#define	UNVIS_END	1	/* no more characters */
74
#define	UNVIS_END	1	/* no more characters */
75
75
76
#include <sys/cdefs.h>
77
78
__BEGIN_DECLS
79
char	*vis(char *, int, int, int);
76
char	*vis(char *, int, int, int);
80
int	strvis(char *, const char *, int);
77
int	strvis(char *, const char *, int);
81
int	stravis(char **, const char *, int);
78
int	stravis(char **, const char *, int);
Lines 85-90 int strunvis(char *, const char *); Link Here
85
int	unvis(char *, char, int *, int);
82
int	unvis(char *, char, int *, int);
86
ssize_t strnunvis(char *, const char *, size_t);
83
ssize_t strnunvis(char *, const char *, size_t);
87
84
88
__END_DECLS
89
90
#endif /* !_VIS_H_ */
85
#endif /* !_VIS_H_ */

Return to bug 566742