All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
other.h
Go to the documentation of this file.
1 /* Copyright 2006 The FreeRADIUS server project */
2 
3 #ifndef _OTHER_H
4 #define _OTHER_H
5 
6 RCSIDH(other_h, "$Id: 2a02dcb0ced0c4b2d842cab4cf66791db2460d4b $")
7 
8 /* define the function */
9 
10 void other_function(void);
11 
12 #endif /*_OTHER_H*/
#define RCSIDH(h, id)
Definition: build.h:136
void other_function(void)
Definition: other.c:36