aboutsummaryrefslogtreecommitdiff
path: root/mcin.h
diff options
context:
space:
mode:
Diffstat (limited to 'mcin.h')
-rw-r--r--mcin.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcin.h b/mcin.h
new file mode 100644
index 0000000..c406d69
--- /dev/null
+++ b/mcin.h
@@ -0,0 +1,10 @@
+#ifndef _MCIN_H
+#define _MCIN_H
+
+#include "thpool.h"
+
+int mcin_init();
+void mcin_free();
+void mcin_match(const char *str, const threadpool thpool);
+
+#endif // _MCIN_H