aboutsummaryrefslogtreecommitdiffstats
path: root/src/lush.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lush.h')
-rw-r--r--src/lush.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lush.h b/src/lush.h
index 27cf5db..15d4d71 100644
--- a/src/lush.h
+++ b/src/lush.h
@@ -22,6 +22,7 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
void lush_add_alias(const char *alias, const char *command);
char *lush_get_alias(char *alias);
+char *lush_resolve_aliases(char *line);
int lush_cd(lua_State *L, char ***args);
int lush_help(lua_State *L, char ***args);