localaddr.c: Added missing KRB5_DLLIMP and KRB5_CALLCONF macros from
authorTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 06:12:58 +0000 (06:12 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 06:12:58 +0000 (06:12 +0000)
the function definition.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11077 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/localaddr.c

index 95f8bfd550aad2aa1c47009f8e2c3a947f99ecea..d142ca0bfec30ad35b33900f90a11310c2bc8726 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec  5 01:12:25 1998  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * localaddr.c: Added missing KRB5_DLLIMP and KRB5_CALLCONF macros
+               from the function definition.
+
 1998-12-04  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * realm_iter.c: New function which iterators over the realms in
index 9f33e5d98b5b6bda7656f79852ff2f81089b2fdb..1f3b4c60bb08d65abdf6cd60a0654db7a02ed8dd 100644 (file)
@@ -290,7 +290,7 @@ static struct hostent *local_addr_fallback_kludge()
 /* No ioctls in winsock so we just assume there is only one networking 
  * card per machine, so gethostent is good enough. 
  */
-krb5_error_code
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
 krb5_os_localaddr (krb5_context context, krb5_address ***addr) {
     char host[64];                              /* Name of local machine */
     struct hostent *hostrec;