summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/os-proto.h
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-03-11 03:21:13 +0000
committerEzra Peisach <epeisach@mit.edu>2001-03-11 03:21:13 +0000
commit940d9b6dbab9883ad4eac75aba640ca7b42eae3e (patch)
treef25283017ef4ee4a58be64a85ccd4b6252829571 /src/lib/krb5/os/os-proto.h
parent4be5bf40e4879c5214382d38542db4cf5f57a7d0 (diff)
downloadkrb5-940d9b6dbab9883ad4eac75aba640ca7b42eae3e.tar.gz
krb5-940d9b6dbab9883ad4eac75aba640ca7b42eae3e.tar.xz
krb5-940d9b6dbab9883ad4eac75aba640ca7b42eae3e.zip
* def_realm.c: Move prototype for krb5_try_realm_txt_rr() to
os-proto.h. * init_os_ctx.c: Include os-proto.h * changepw.c, locate_kdc.c: Do not shadow sin() with local variable name. * os-proto.h: Add prototypes for krb5_try_realm_txt_rr() and the obsolete krb5_secure_config_files(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13074 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os/os-proto.h')
-rw-r--r--src/lib/krb5/os/os-proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/krb5/os/os-proto.h b/src/lib/krb5/os/os-proto.h
index 37782df7d3..12e2afb481 100644
--- a/src/lib/krb5/os/os-proto.h
+++ b/src/lib/krb5/os/os-proto.h
@@ -55,6 +55,12 @@ krb5_error_code krb5_make_full_ipaddr
#endif /* HAVE_NETINET_IN_H */
+krb5_error_code krb5_try_realm_txt_rr(const char *, const char *,
+ char **realm);
+
+/* Obsolete interface - leave prototype here until code removed */
+krb5_error_code krb5_secure_config_files(krb5_context ctx);
+
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 *));