summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/inet_ntop.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/inet_ntop.c')
-rw-r--r--crypto/heimdal/lib/roken/inet_ntop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/roken/inet_ntop.c b/crypto/heimdal/lib/roken/inet_ntop.c
index 63c99a5..7433c37 100644
--- a/crypto/heimdal/lib/roken/inet_ntop.c
+++ b/crypto/heimdal/lib/roken/inet_ntop.c
@@ -33,10 +33,10 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: inet_ntop.c,v 1.5 2001/04/04 23:58:01 assar Exp $");
+RCSID("$Id: inet_ntop.c 21005 2007-06-08 01:54:35Z lha $");
#endif
-#include <roken.h>
+#include "roken.h"
/*
*
@@ -116,7 +116,7 @@ inet_ntop_v6 (const void *src, char *dst, size_t size)
}
#endif /* HAVE_IPV6 */
-const char *
+const char * ROKEN_LIB_FUNCTION
inet_ntop(int af, const void *src, char *dst, size_t size)
{
switch (af) {
OpenPOWER on IntegriCloud