mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
- encodeUri
- decodeUri
- setUriData
- Set Lua api version to 1.78
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9feb8efd23
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-10-23 (Mon, 23 Oct 2017)
------------------
This commit was generated by Migit
8 lines
229 B
C
8 lines
229 B
C
/*
|
|
* this is only used in two code files, so put it into its own
|
|
* header to reduce complete neutrino rebuilding all the time due
|
|
* to luainstance.h changes
|
|
*/
|
|
#define LUA_API_VERSION_MAJOR 1
|
|
#define LUA_API_VERSION_MINOR 78
|