summaryrefslogtreecommitdiff
path: root/src/include/cctki_Banner.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-06-24 15:25:05 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-06-24 15:25:05 +0000
commit65ba261c81e1414af1da7783ab92247ce5d3ef44 (patch)
tree52fc6618e21df8315a6687bd8eecd22fcf991b30 /src/include/cctki_Banner.h
parent0d57a95b296a095eec43e14b4df0d87b8fe5d709 (diff)
Internal function prototypes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1702 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_Banner.h')
-rw-r--r--src/include/cctki_Banner.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/include/cctki_Banner.h b/src/include/cctki_Banner.h
new file mode 100644
index 00000000..925b09fa
--- /dev/null
+++ b/src/include/cctki_Banner.h
@@ -0,0 +1,30 @@
+ /*@@
+ @header cctki_Banner.h
+ @date Wed Oct 13 16:21:40 CEST 1999
+ @author Gabrielle Allen
+ @desc
+ Prototypes and constants for internal banner functions
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef _CCTKI_BANNER_H_
+#define _CCTKI_BANNER_H_
+
+/* Prototypes */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void CCTKi_CactusBanner(void);
+int CCTKi_PrintBanners(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+
+