Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
[freeradius.git] / src / modules / rlm_example / other.h
1 /* Copyright 2006 The FreeRADIUS server project */
2
3 #ifndef _OTHER_H
4 #define _OTHER_H
5
6 #include <freeradius-devel/ident.h>
7 RCSIDH(other_h, "$Id$")
8
9 /* define the function */
10
11 void other_function(void);
12
13 #endif /*_OTHER_H*/