[an error occurred while processing this directive]
00001 #ifndef GREP_H 00002 #define GREP_H 00003 00033 int grep_init(const char *searchString, unsigned int numThreads, unsigned int bufsize); 00034 00043 int grep_addJob(const char *filename); 00044 00055 int grep_destroy(); 00056 00057 #endif 00058