diff options
Diffstat (limited to 'src/kdc/policy.h')
-rw-r--r-- | src/kdc/policy.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/kdc/policy.h b/src/kdc/policy.h new file mode 100644 index 000000000..a3afedcc4 --- /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__ */ |