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
30const char *ohcount_detect_language(SourceFile *sourcefile);
31
32int ohcount_is_binary_filename(const char *filename);
33
34/* Exported for unit testing */
35void escape_path(char *safe, const char *unsafe);
36
37#endif
void escape_path(char *safe, const char *unsafe)
const char * ohcount_detect_language(SourceFile *sourcefile)
int ohcount_is_binary_filename(const char *filename)
Represents a single source code file.
Definition: structs.h:238