rx-protect-servers-from-half-reachable-clients-20020119
[openafs.git] / src / rx / rx_null.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef RX_NULL_HEADER
11 #define RX_NULL_HEADER
12
13 #ifdef  KERNEL
14 #include "../rx/rx.h"
15 #else /* KERNEL */
16 #include "rx.h"
17 #endif /* KERNEL */
18
19 /* The null security object.  No authentication, no nothing. */
20
21 extern struct rx_securityClass *rxnull_NewServerSecurityObject();
22 extern struct rx_securityClass *rxnull_NewClientSecurityObject();
23
24 #endif /* RX_NULL_HEADER */