ohcount
detector.h
Go to the documentation of this file.
1 // detector.h written by Mitchell Foral. mitchell<att>caladbolg.net.
2 // See COPYING for license information.
3 
4 #ifndef OHCOUNT_DETECTOR_H
5 #define OHCOUNT_DETECTOR_H
6 
22 #include "sourcefile.h"
23 
30 const char *ohcount_detect_language(SourceFile *sourcefile);
31 
32 int ohcount_is_binary_filename(const char *filename);
33 
34 /* Exported for unit testing */
35 void escape_path(char *safe, const char *unsafe);
36 
37 #endif
int ohcount_is_binary_filename(const char *filename)
const char * ohcount_detect_language(SourceFile *sourcefile)
Represents a single source code file.
Definition: structs.h:238
void escape_path(char *safe, const char *unsafe)