*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Wed, 18 Apr 1990 17:46:04 +0000 (17:46 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 18 Apr 1990 17:46:04 +0000 (17:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@496 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/int-proto.h [new file with mode: 0644]

diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h
new file mode 100644 (file)
index 0000000..54b6ea2
--- /dev/null
@@ -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__ */
+