summaryrefslogtreecommitdiff
path: root/hwpfilter/source/lexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/lexer.hxx')
-rw-r--r--hwpfilter/source/lexer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/hwpfilter/source/lexer.hxx b/hwpfilter/source/lexer.hxx
index 0f0c1fe1525e..41835f13b51a 100644
--- a/hwpfilter/source/lexer.hxx
+++ b/hwpfilter/source/lexer.hxx
@@ -17,13 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_HWPFILTER_SOURCE_LEXER_HXX
-#define INCLUDED_HWPFILTER_SOURCE_LEXER_HXX
+#pragma once
void initFlex(char const* s);
+void deinitFlex();
int yylex();
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */