summaryrefslogtreecommitdiff
path: root/doc/MaintGuide/Template.h
blob: 7b03f7bea6674d3c84a6bb8f09238f6d1ba0b428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 /*@@
   @header    Template.h
   @date      Fri Oct  6 10:45:01 2000
   @author    Tom Goodale
   @desc 
   This is a template header function
   @enddesc
   @version $Header$
 @@*/

#ifndef _TEMPLATE_H_
#define _TEMPLATE_H_ 1

#ifdef __cplusplus
extern "C" 
{
#endif


#ifdef __cplusplus
}
#endif

#endif /* _TEMPLATE_H_ */