summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/getipnodebyname.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/getipnodebyname.c')
-rw-r--r--source4/heimdal/lib/roken/getipnodebyname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/getipnodebyname.c b/source4/heimdal/lib/roken/getipnodebyname.c
index 16fdbdd24a..2ff282707c 100644
--- a/source4/heimdal/lib/roken/getipnodebyname.c
+++ b/source4/heimdal/lib/roken/getipnodebyname.c
@@ -44,7 +44,7 @@ static int h_errno = NO_RECOVERY;
* to a malloced struct hostent or NULL.
*/
-struct hostent * ROKEN_LIB_FUNCTION
+ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL
getipnodebyname (const char *name, int af, int flags, int *error_num)
{
struct hostent *tmp;