summaryrefslogtreecommitdiffstats
path: root/src/kdc/policy.h
blob: ce6fed15f18dc0c4dee59cf37b09e8d4a68a22dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * $Source$
 * $Author$
 * $Id$
 *
 * Copyright 1990 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <krb5/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((const krb5_kdc_req *));
extern krb5_boolean against_flag_policy_tgs PROTOTYPE((const krb5_kdc_req *,
						       const krb5_ticket *));

#endif /* __KRB5_KDC_POLICY__ */