aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/lex.layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sksl/lex.layout.h')
-rw-r--r--src/sksl/lex.layout.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/sksl/lex.layout.h b/src/sksl/lex.layout.h
new file mode 100644
index 0000000000..345b336253
--- /dev/null
+++ b/src/sksl/lex.layout.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright 2017 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+int layoutlex_init(yyscan_t* ptr_yy_globals);
+int layoutlex_destroy(void* scanner);
+YY_BUFFER_STATE layout_scan_string(const char* s, void* scanner);
+int layoutlex(void* yyscanner);
+void layout_delete_buffer(YY_BUFFER_STATE b, void* yyscanner);