annotate regexParser/threadedSearch.h @ 272:5aa9d01926f1

Cerium version no compile errors
author kono
date Fri, 29 Jan 2016 20:38:18 +0900
parents 157f6886ba55
children b74e3b4b11d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
262
157f6886ba55 write driver of threadedSearch
Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
parents: 258
diff changeset
1 extern void threadedSearch(TransitionGeneratorPtr tg, Buffer buff);
272
5aa9d01926f1 Cerium version no compile errors
kono
parents: 262
diff changeset
2 extern TStatePtr generateTState(StatePtr s, TransitionGeneratorPtr tg);
5aa9d01926f1 Cerium version no compile errors
kono
parents: 262
diff changeset
3 void tSearch(TSValue tsv);