aboutsummaryrefslogtreecommitdiff
path: root/mcin.h
blob: c406d692f75b541c2f2f181a7557435950bd5cc3 (plain)
1
2
3
4
5
6
7
8
9
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