summaryrefslogtreecommitdiff
path: root/src/include/cctk_CommandLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctk_CommandLine.h')
-rw-r--r--src/include/cctk_CommandLine.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/include/cctk_CommandLine.h b/src/include/cctk_CommandLine.h
new file mode 100644
index 00000000..aef2cced
--- /dev/null
+++ b/src/include/cctk_CommandLine.h
@@ -0,0 +1,25 @@
+ /*@@
+ @header cctk_CommandLine.h
+ @date Thu Jan 20 2000
+ @author Gabrielle Allen
+ @desc
+ Prototypes and constants for command line functions
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef _CCTK_COMMANDLINE_H_
+#define _CCTK_COMMANDLINE_H_
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+int CCTK_CommandLine(char ***outargv);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _CCTK_COMMANDLINE_H_ */