summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/hostent_find_fqdn.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/hostent_find_fqdn.c')
-rw-r--r--source4/heimdal/lib/roken/hostent_find_fqdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/hostent_find_fqdn.c b/source4/heimdal/lib/roken/hostent_find_fqdn.c
index b5f2b42f60..dc3c17ff22 100644
--- a/source4/heimdal/lib/roken/hostent_find_fqdn.c
+++ b/source4/heimdal/lib/roken/hostent_find_fqdn.c
@@ -39,7 +39,7 @@
* Try to find a fqdn (with `.') in he if possible, else return h_name
*/
-const char * ROKEN_LIB_FUNCTION
+ROKEN_LIB_FUNCTION const char * ROKEN_LIB_CALL
hostent_find_fqdn (const struct hostent *he)
{
const char *ret = he->h_name;