summaryrefslogtreecommitdiff
path: root/doc/MaintGuide/Template.h
blob: adeb1955d14631673cc9bee2952242ff75620c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 /*@@
   @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

#endif /* _TEMPLATE_H_ */