aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/src/Lexilla.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexilla/src/Lexilla.h')
-rw-r--r--lexilla/src/Lexilla.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lexilla/src/Lexilla.h b/lexilla/src/Lexilla.h
new file mode 100644
index 000000000..a2a2e010d
--- /dev/null
+++ b/lexilla/src/Lexilla.h
@@ -0,0 +1,13 @@
+// Scintilla source code edit control
+/** @file Lexilla.h
+ ** Lexer infrastructure.
+ ** Declare functions in Lexilla library.
+ **/
+// Copyright 2019 by Neil Hodgson <neilh@scintilla.org>
+// The License.txt file describes the conditions under which this software may be distributed.
+
+extern "C" {
+
+Scintilla::ILexer4 *CreateLexer(const char *name);
+
+}