summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_example/other.h
blob: 2a02dcb0ced0c4b2d842cab4cf66791db2460d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2006 The FreeRADIUS server project */

#ifndef _OTHER_H
#define _OTHER_H

RCSIDH(other_h, "$Id$")

/* define the function */

void other_function(void);

#endif /*_OTHER_H*/