diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-04-16 16:30:05 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-05-06 15:05:21 +0100 |
commit | 7cb8d13980150e8a2f99377b8f2987b3c7aa9ff7 (patch) | |
tree | 99741a9067b86204bd06554a1e8ff1178035015c /src/lib/elua/elua_private.h | |
parent | 145cd1a615b6060805a5ce2aa197b77b523c1e5b (diff) |
elua lib: hide some APIs that should not be public
Diffstat (limited to 'src/lib/elua/elua_private.h')
-rw-r--r-- | src/lib/elua/elua_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elua/elua_private.h b/src/lib/elua/elua_private.h index fbf7bb3ca9..cf24e1e661 100644 --- a/src/lib/elua/elua_private.h +++ b/src/lib/elua/elua_private.h | |||
@@ -47,4 +47,6 @@ extern int _elua_log_dom; | |||
47 | #define ERR(...) EINA_LOG_DOM_ERR(_elua_log_dom, __VA_ARGS__) | 47 | #define ERR(...) EINA_LOG_DOM_ERR(_elua_log_dom, __VA_ARGS__) |
48 | #define CRT(...) EINA_LOG_DOM_CRITICAL(_elua_log_dom, __VA_ARGS__) | 48 | #define CRT(...) EINA_LOG_DOM_CRITICAL(_elua_log_dom, __VA_ARGS__) |
49 | 49 | ||
50 | int _elua_io_popen(lua_State *L); | ||
51 | |||
50 | #endif | 52 | #endif |