summaryrefslogtreecommitdiff
path: root/src/kerberos4-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kerberos4-client.h')
-rw-r--r--src/kerberos4-client.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/kerberos4-client.h b/src/kerberos4-client.h
new file mode 100644
index 0000000..b9ab70d
--- /dev/null
+++ b/src/kerberos4-client.h
@@ -0,0 +1,25 @@
+/* CVS Kerberos4 client stuff.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details. */
+
+
+#ifndef KERBEROS4_CLIENT_H__
+#define KERBEROS4_CLIENT_H__
+
+extern void start_kerberos4_server (cvsroot_t *root,
+ struct buffer **to_server_p,
+ struct buffer **from_server_p);
+
+extern void initialize_kerberos4_encryption_buffers (struct buffer **to_server_p,
+ struct buffer **from_server_p);
+
+#endif
+