Skip to content
Snippets Groups Projects
Commit 316d4e3a authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix #897: Introduce a public C API for stored functions in C and plugins

Introduce a layer of wrappers for a number of internal box functions,
dealing with accss to spaces and indexes.

These wrappers:
    * don't throw exceptions
    * have a common prefix box_
    * are exported in the server development headers

Rewrite Lua C bindings to use the public API described above.
Rewrite Lua FFI bindings to do the same.
Add test.
parent fe7c5a52
No related branches found
No related tags found
No related merge requests found
Showing with 883 additions and 601 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment