aboutsummaryrefslogtreecommitdiff
path: root/mcin.h
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-05-16 19:23:13 -0700
committerTrumeet <yuuta@yuuta.moe>2021-05-16 19:23:13 -0700
commit7e531d78bf330bfac65cf3f208c2300b607decee (patch)
treea430b80d94661b31c7982724bf4f24667ca297b9 /mcin.h
downloadextmc-7e531d78bf330bfac65cf3f208c2300b607decee.tar
extmc-7e531d78bf330bfac65cf3f208c2300b607decee.tar.gz
extmc-7e531d78bf330bfac65cf3f208c2300b607decee.tar.bz2
extmc-7e531d78bf330bfac65cf3f208c2300b607decee.zip
First Commit
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