summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/int-proto.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h
new file mode 100644
index 000000000..54b6ea2a4
--- /dev/null
+++ b/src/lib/krb5/krb/int-proto.h
@@ -0,0 +1,37 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1990 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/mit-copyright.h>.
+ *
+ * Function prototypes for Kerberos V5 library internal functions.
+ */
+
+#include <krb5/copyright.h>
+
+#ifndef __KRB5_INT_FUNC_PROTO__
+#define __KRB5_INT_FUNC_PROTO__
+krb5_error_code krb5_tgtname
+ PROTOTYPE((krb5_principal,
+ krb5_principal,
+ krb5_principal *));
+krb5_error_code krb5_get_cred_via_tgt
+ PROTOTYPE((const krb5_creds *,
+ const krb5_flags,
+ const krb5_enctype,
+ const krb5_cksumtype,
+ const krb5_address **,
+ krb5_creds * ));
+krb5_error_code krb5_walk_realm_tree
+ PROTOTYPE((krb5_principal,
+ krb5_principal,
+ krb5_principal **));
+krb5_error_code krb5_free_realm_tree
+ PROTOTYPE((krb5_principal *));
+
+#endif /* __KRB5_INT_FUNC_PROTO__ */
+