summaryrefslogtreecommitdiff
path: root/cscmd/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'cscmd/main.h')
-rw-r--r--cscmd/main.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/cscmd/main.h b/cscmd/main.h
new file mode 100644
index 0000000..75404a4
--- /dev/null
+++ b/cscmd/main.h
@@ -0,0 +1,21 @@
+
+#ifndef __MAIN_H
+#define __MAIN_H
+
+
+extern FILE *config;
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __MAIN_H */