aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-03 05:21:28 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-03 05:21:28 +0000
commitdf7364735d49402fda54e94458e33dcdf82929d7 (patch)
treeb6ac214f3c77ab87beb5e9609e288993ed5e30df /file.h
parentc9b2d8e15562fbf3ef8fc9324151ecd82acc14a8 (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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26343 f5534014-38df-0310-8fa8-9805f1628bb7
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 */