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