From 626f6539b82717ab0af36d7b0175b3720acbb80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 15 Dec 2006 11:54:11 +0000 Subject: [PATCH] Always include rk_ versions. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19342 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/unvis.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/roken/unvis.c b/lib/roken/unvis.c index 340e3ede8..9506d91d4 100644 --- a/lib/roken/unvis.c +++ b/lib/roken/unvis.c @@ -90,7 +90,7 @@ int ROKEN_LIB_FUNCTION /* * unvis - decode characters previously encoded by vis */ -#ifndef HAVE_UNVIS + int ROKEN_LIB_FUNCTION rk_unvis(char *cp, int c, int *astate, int flag) { @@ -245,7 +245,6 @@ rk_unvis(char *cp, int c, int *astate, int flag) return (UNVIS_SYNBAD); } } -#endif /* * strunvis - decode src into dst @@ -254,7 +253,6 @@ rk_unvis(char *cp, int c, int *astate, int flag) * Dst is null terminated. */ -#ifndef HAVE_STRUNVIS int ROKEN_LIB_FUNCTION rk_strunvis(char *dst, const char *src) { @@ -286,4 +284,3 @@ rk_strunvis(char *dst, const char *src) *dst = '\0'; return (dst - start); } -#endif