the function definition.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11077
dc483132-0cff-0310-8789-
dd5450dbe970
+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
/* 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;