import from HEAD:
[freeradius.git] / src / modules / rlm_example / other.h
1 #ifndef _OTHER_H
2 #define _OTHER_H
3
4 /* define the function */
5
6 void other_function(void);
7
8 #endif /*_OTHER_H*/