00001 // detector.h written by Mitchell Foral. mitchell<att>caladbolg.net. 00002 // See COPYING for license information. 00003 00004 #ifndef OHCOUNT_DETECTOR_H 00005 #define OHCOUNT_DETECTOR_H 00006 00022 #include "sourcefile.h" 00023 00030 const char *ohcount_detect_language(SourceFile *sourcefile); 00031 00032 int ohcount_is_binary_filename(const char *filename); 00033 00034 #endif