summaryrefslogtreecommitdiff
path: root/doc/MaintGuide/Template.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-06 09:07:41 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-06 09:07:41 +0000
commit7dec069fa0ad530b77c3178e96852a277d857a3e (patch)
tree3eff78c8097655ab88e09baea3d78073d1b3add0 /doc/MaintGuide/Template.h
parent277cfb798a609bdc5b7d7ae3f0b155b2aed94ca5 (diff)
Updates to style guide, plus addition of template header and source files.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1858 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/MaintGuide/Template.h')
-rw-r--r--doc/MaintGuide/Template.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/MaintGuide/Template.h b/doc/MaintGuide/Template.h
new file mode 100644
index 00000000..adeb1955
--- /dev/null
+++ b/doc/MaintGuide/Template.h
@@ -0,0 +1,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_ */