summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-07-19 11:16:52 +0000
committerKen Raeburn <raeburn@mit.edu>2001-07-19 11:16:52 +0000
commit67a7d2cbea704195dc1e8142a90de907eaf7e629 (patch)
tree833f6d43647b8076a85103accd67ab5ba8563635 /src
parentffdd8ea27acc8706a1a67d206ac06338f14481de (diff)
downloadkrb5-67a7d2cbea704195dc1e8142a90de907eaf7e629.tar.gz
krb5-67a7d2cbea704195dc1e8142a90de907eaf7e629.tar.xz
krb5-67a7d2cbea704195dc1e8142a90de907eaf7e629.zip
move krb5_os_hostaddr decl from krb5.hin to k5-int.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13609 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/ChangeLog3
-rw-r--r--src/include/k5-int.h3
-rw-r--r--src/include/krb5.hin3
3 files changed, 6 insertions, 3 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 95b1c3435f..618e68c4a9 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,5 +1,8 @@
2001-07-19 Ken Raeburn <raeburn@mit.edu>
+ * krb5.hin (krb5_os_hostaddr): Declaration moved...
+ * k5-int.h (krb5_os_hostaddr): ...to here.
+
* fake-addrinfo.h: New file.
2001-06-22 Ezra Peisach <epeisach@mit.edu>
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 2079c275cc..27d6ec22f2 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -542,6 +542,9 @@ void krb5_os_free_context (krb5_context);
krb5_error_code krb5_find_config_files (void);
+krb5_error_code krb5_os_hostaddr
+ (krb5_context, const char *, krb5_address ***);
+
struct addrlist {
struct sockaddr **addrs;
int naddrs;
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 242afe2207..b059213fc0 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -2129,9 +2129,6 @@ krb5_error_code krb5_make_fulladdr
krb5_address *,
krb5_address *);
-krb5_error_code krb5_os_hostaddr
- (krb5_context, const char *, krb5_address ***);
-
krb5_error_code krb5_set_real_time
(krb5_context, krb5_int32, krb5_int32);
krb5_error_code krb5_set_debugging_time