roken: move Heimdal vis.h extensions to separate header
vis.h is not built on platforms (such as macOS) that already have that header, which resulted in prototypes for Heimdal-specific vis.h extensions being absent. Move those prototypes to a separate header, vis-extras.h, which must be explicitly included in order to use the Heimdal extensions.
This commit is contained in:
@@ -117,14 +117,6 @@ ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
rk_strvisx(char *, const char *, size_t, int);
|
||||
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
rk_strsvisx(char *, const char *, size_t, int, const char *);
|
||||
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
rk_strasvis(char **, const char *, int, const char *);
|
||||
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
rk_strasvisx(char **, const char *, size_t, int, const char *);
|
||||
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
rk_strrasvis(char **, size_t *, const char *, int, const char *);
|
||||
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
rk_strrasvisx(char **, size_t *, const char *, size_t, int, const char *);
|
||||
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
rk_strunvis(char *, const char *);
|
||||
ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL
|
||||
|
||||
Reference in New Issue
Block a user