aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-10-03 05:21:28 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2008-10-03 05:21:28 +0000
commit24b76bdc14a64a150388f5cb4efee0fbcf3682a0 (patch)
treeb6ac214f3c77ab87beb5e9609e288993ed5e30df /file.h
parent5c82d9b784df05d32f94e63fc0faa168c96bae6a (diff)
add a -K command line option to provide the name of the kerberos keytab
file to use for decryption of Krb5 and GSS-KRB svn path=/trunk/; revision=26343
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/file.h b/file.h
index c40854b7e3..312883b57b 100644
--- a/file.h
+++ b/file.h
@@ -470,4 +470,8 @@ cf_status_t
cf_merge_files(char **out_filename, int in_file_count,
char *const *in_filenames, int file_type, gboolean do_append);
+#if defined(HAVE_HEIMDAL_KERBEROS) || defined(HAVE_MIT_KERBEROS)
+void read_keytab_file(const char *);
+#endif
+
#endif /* file.h */