summaryrefslogtreecommitdiff
path: root/lib/libtelnet/enc-proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtelnet/enc-proto.h')
-rw-r--r--lib/libtelnet/enc-proto.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libtelnet/enc-proto.h b/lib/libtelnet/enc-proto.h
index 21aa13524ab..3663556b034 100644
--- a/lib/libtelnet/enc-proto.h
+++ b/lib/libtelnet/enc-proto.h
@@ -142,3 +142,15 @@ int ofb64_keyid (int, unsigned char *, int *);
void ofb64_printsub (unsigned char *, int, unsigned char *, int);
#endif
+
+#ifdef KRB4
+int check_krb4_tickets();
+#else
+#define check_krb4_tickets() 0
+#endif
+
+#ifdef KRB5
+int check_krb5_tickets();
+#else
+#define check_krb5_tickets() 0
+#endif