s4:torture: Adapt KDC canon test to Heimdal upstream changes
[Samba.git] / source4 / heimdal / lib / roken / vis-extras.h
blob693edf8282e0c5f4f40c0df5bf91aa01ed8d22b4
1 #ifndef _VIS_EXTRAS_H_
2 #define _VIS_EXTRAS_H_
4 #include <roken.h>
6 ROKEN_CPP_START
8 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
9 rk_strasvis(char **, const char *, int, const char *);
11 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
12 rk_strasvisx(char **, const char *, size_t, int, const char *);
14 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
15 rk_strrasvis(char **, size_t *, const char *, int, const char *);
17 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
18 rk_strrasvisx(char **, size_t *, const char *, size_t, int, const char *);
20 ROKEN_CPP_END
22 #define strasvis(a, b, c, d) rk_strasvis(a, b, c, d)
23 #define strasvisx(a, b, c, d) rk_strasvisx(a, b, c, d)
24 #define strrasvis(a, b, c, d) rk_strrasvis(a, b, c, d)
25 #define strrasvisx(a, b, c, d) rk_strrasvisx(a, b, c, d)
27 #endif /* !_VIS_EXTRAS_H_ */