aboutsummaryrefslogtreecommitdiff
path: root/lib/roken/copyhostent.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/roken/copyhostent.c')
-rw-r--r--lib/roken/copyhostent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/roken/copyhostent.c b/lib/roken/copyhostent.c
index 4ed630210fc8..9b9dba2aea59 100644
--- a/lib/roken/copyhostent.c
+++ b/lib/roken/copyhostent.c
@@ -40,7 +40,7 @@
*/
ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL
-copyhostent (const struct hostent *h)
+rk_copyhostent(const struct hostent *h)
{
struct hostent *res;
char **p;
@@ -96,4 +96,3 @@ copyhostent (const struct hostent *h)
}
return res;
}
-