resolver: added forgotten scanner.h.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Sep 2012 14:04:15 +0000 (17:04 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 26 Oct 2012 16:00:10 +0000 (19:00 +0300)
src/resolver/scanner.h [new file with mode: 0644]

diff --git a/src/resolver/scanner.h b/src/resolver/scanner.h
new file mode 100644 (file)
index 0000000..efee968
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __MURPHY_RESOLVER_SCANNER_H__
+#define __MURPHY_RESOLVER_SCANNER_H__
+
+#include "murphy/resolver/parser-api.h"
+
+int scanner_push_file(yy_res_parser_t *parser, const char *path);
+void scanner_free_input(yy_res_input_t *in);
+
+int yy_res_lex(yy_res_parser_t *parser);
+
+#endif /* __MURPHY_RESOLVER_SCANNER_H__ */