00001 // parser.h written by Mitchell Foral. mitchell<att>caladbolg.net. 00002 // See COPYING for license information. 00003 00004 #ifndef OHCOUNT_PARSER_H 00005 #define OHCOUNT_PARSER_H 00006 00007 #include "sourcefile.h" 00008 00298 int ohcount_parse(SourceFile *sourcefile, int count, 00299 void (*callback) (const char *, const char *, int, int, 00300 void *), 00301 void *userdata); 00302 00303 #endif