summaryrefslogtreecommitdiff
path: root/parsing.h
diff options
context:
space:
mode:
Diffstat (limited to 'parsing.h')
-rw-r--r--parsing.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/parsing.h b/parsing.h
new file mode 100644
index 0000000..b991d55
--- /dev/null
+++ b/parsing.h
@@ -0,0 +1,6 @@
+#ifndef _PARSING_H_
+#define _PARSING_H_
+
+void process(int thread_n);
+
+#endif