aboutsummaryrefslogtreecommitdiffstats
path: root/src/lush.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lush.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lush.h b/src/lush.h
index ea575c7..27cf5db 100644
--- a/src/lush.h
+++ b/src/lush.h
@@ -20,6 +20,9 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#include <lua.h>
+void lush_add_alias(const char *alias, const char *command);
+char *lush_get_alias(char *alias);
+
int lush_cd(lua_State *L, char ***args);
int lush_help(lua_State *L, char ***args);
int lush_exit(lua_State *L, char ***args);