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