summaryrefslogtreecommitdiffstats
path: root/src/h_lua_common.h
blob: 18b0e6830ca2b6d9c176d3fb89f3118474802e32 (plain)
1
2
3
4
5
6
7
#ifndef _H_LUA_COMMON_H
#define _H_LUA_COMMON_H

void lua_common_setup(char *shell, list_t *env);
void lua_common_destroy(void);

#endif