* locate_kdc.c, hst_realm.c, def_realm.c, changepw.c: Include
authorEzra Peisach <epeisach@mit.edu>
Tue, 18 Jul 2000 14:38:33 +0000 (14:38 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 18 Jul 2000 14:38:33 +0000 (14:38 +0000)
os-proto.h for internal prototypes.

* os-proto.h: Prototypes for _krb5_use_dns_realm(),
_krb5_use_dns_kdc(), _krb5_conf_boolean().

* t_std_conf.c: Include k5-int.h for internal function prototypes.

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

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/changepw.c
src/lib/krb5/os/def_realm.c
src/lib/krb5/os/hst_realm.c
src/lib/krb5/os/locate_kdc.c
src/lib/krb5/os/os-proto.h
src/lib/krb5/os/t_std_conf.c

index 89ae4715efa4c085e9d64c03e1be03c4cd5cfad2..87e99ad41f4762d5ef3cd4953b1f516b3b641279 100644 (file)
@@ -1,3 +1,13 @@
+2000-07-18  Ezra Peisach  <epeisach@mit.edu>
+
+       * locate_kdc.c, hst_realm.c, def_realm.c, changepw.c: Include
+       os-proto.h for internal prototypes.
+
+       * os-proto.h: Prototypes for _krb5_use_dns_realm(),
+       _krb5_use_dns_kdc(), _krb5_conf_boolean().
+
+       * t_std_conf.c: Include k5-int.h for internal function prototypes.
+
 2000-06-30  Ezra Peisach  <epeisach@mit.edu>
 
        * t_an_to_ln.c: Include <stdio.h> for prototypes.
index 74b33ff8f201a12707315398fa815c56a7fde70c..86df506f5ece6dfc774f41ad624fdba6f5f2ae5a 100644 (file)
@@ -27,6 +27,7 @@
 
 #define NEED_SOCKETS
 #include "k5-int.h"
+#include "os-proto.h"
 #include "adm_err.h"
 
 #include <stdio.h>
index b2a9e1dd1dfedafad78552f2340186e570ef600c..01fd46517837143ffa8d3567a4c14346805a3056 100644 (file)
@@ -29,6 +29,7 @@
  */
 
 #include "k5-int.h"
+#include "os-proto.h"
 #include <stdio.h>
 
 #ifdef KRB5_DNS_LOOKUP      
index 965a991c3b4ea1dab42e433d17b78b645d72a818..10c81b10bab8540eb123c25eab52af74645bd513 100644 (file)
@@ -67,6 +67,7 @@
 
 #define NEED_SOCKETS
 #include "k5-int.h"
+#include "os-proto.h"
 #include <ctype.h>
 #include <stdio.h>
 #ifdef HAVE_STRING_H
index 75c4e95a4b7b687718748d09ac3aff038bfb096d..b7e6826b83562e01c98f9bf5dca6e36fbc59379c 100644 (file)
@@ -29,6 +29,7 @@
 
 #define NEED_SOCKETS
 #include "k5-int.h"
+#include "os-proto.h"
 #include <stdio.h>
 #ifdef KRB5_DNS_LOOKUP
 #ifdef WSHELPER
index a6b67f15e83257df7dfc54febf48f2fdf074340b..111bf5897df53450594ed98246dda364d9210fd8 100644 (file)
@@ -55,4 +55,9 @@ krb5_error_code krb5_make_full_ipaddr
 
 #endif /* HAVE_NETINET_IN_H */
 
+int _krb5_use_dns_realm KRB5_PROTOTYPE((krb5_context));
+int _krb5_use_dns_kdc KRB5_PROTOTYPE((krb5_context));
+int _krb5_conf_boolean KRB5_PROTOTYPE((const char *));
+
+
 #endif /* KRB5_LIBOS_INT_PROTO__ */
index a95c67ad5475a280960080cf7b11e5d824a2b57b..3f49708c2d7fa464abcc321c332e2f07113d5550 100644 (file)
@@ -3,7 +3,7 @@
  *     values from the krb5 config file(s).
  */
 
-#include "krb5.h"
+#include "k5-int.h"
 
 #include <stdio.h>
 #include <string.h>