diff options
Diffstat (limited to 'src/textadept.h')
-rw-r--r-- | src/textadept.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/textadept.h b/src/textadept.h index 6d9e2c75..36a848b9 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -58,4 +58,8 @@ int l_emit_event(const char *, ...); void l_emit_scnnotification(struct SCNotification *); void l_gui_popup_context_menu(GdkEventButton *); +// Extra Lua libraries. +LUALIB_API int (luaopen_lpeg) (lua_State *L); +LUALIB_API int (luaopen_lfs) (lua_State *L); + #endif |