diff options
| author | 2025-02-07 14:33:33 -0500 | |
|---|---|---|
| committer | 2025-02-07 14:33:33 -0500 | |
| commit | e373f9a259ca6e32584540e7b9fec7de93a1567d (patch) | |
| tree | 4e179438b47cf533eca5c1993e31eea0a198a78c /src/lush.h | |
| parent | added command string mode (diff) | |
added trap builtin
Diffstat (limited to 'src/lush.h')
| -rw-r--r-- | src/lush.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ int lush_cd(lua_State *L, char ***args); int lush_help(lua_State *L, char ***args); int lush_exit(lua_State *L, char ***args); int lush_time(lua_State *L, char ***args); +int lush_trap(lua_State *L, char ***args); int lush_lua(lua_State *L, char ***args); int lush_num_builtins(); |
