ohcount
parsed_language.h
Go to the documentation of this file.
1 // parsed_language.h written by Mitchell Foral. mitchell<att>caladbolg.net.
2 // See COPYING for license information.
3 
4 #ifndef OHCOUNT_PARSED_LANGUAGE_H
5 #define OHCOUNT_PARSED_LANGUAGE_H
6 
7 #include "structs.h"
8 
18 ParsedLanguage *ohcount_parsed_language_new(const char *language,
19  int buffer_size);
20 
29  char *p, int length);
30 
39  char *p, int length);
40 
46 void ohcount_parsed_language_free(ParsedLanguage *parsed_language);
47 
53 
59 
60 #endif