aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/policy.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-30 16:50:50 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-30 16:50:50 +0000
commit8a06755963d437a3870674ce4b0bf3d3790a8e6b (patch)
treeb9e1d1615d251ca48d4ed21eebf6ff58bc61bc50 /src/kdc/policy.h
parentb70673f44985430908ea7ee7660c7aa7531c34b4 (diff)
downloadkrb5-8a06755963d437a3870674ce4b0bf3d3790a8e6b.zip
krb5-8a06755963d437a3870674ce4b0bf3d3790a8e6b.tar.gz
krb5-8a06755963d437a3870674ce4b0bf3d3790a8e6b.tar.bz2
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@202 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/policy.h')
-rw-r--r--src/kdc/policy.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/kdc/policy.h b/src/kdc/policy.h
new file mode 100644
index 0000000..a3afedc
--- /dev/null
+++ b/src/kdc/policy.h
@@ -0,0 +1,23 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1990 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/mit-copyright.h>.
+ *
+ * Declarations for policy.c
+ */
+
+#include <krb5/copyright.h>
+
+#ifndef __KRB5_KDC_POLICY__
+#define __KRB5_KDC_POLICY__
+
+extern krb5_boolean against_postdate_policy PROTOTYPE((krb5_timestamp));
+extern krb5_boolean against_flag_policy_as PROTOTYPE((krb5_as_req *));
+extern krb5_boolean against_flag_policy_tgs PROTOTYPE((krb5_tgs_req *));
+
+#endif /* __KRB5_KDC_POLICY__ */