Always include rk_ versions.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19342 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-15 11:54:11 +00:00
parent 9e02cddfb9
commit 626f6539b8

View File

@@ -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