summaryrefslogtreecommitdiff
path: root/sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'sh.h')
-rw-r--r--sh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh.h b/sh.h
index 3479baa..d6a7f68 100644
--- a/sh.h
+++ b/sh.h
@@ -42,6 +42,7 @@ struct command;
struct command *sh_parse(const char *cmdline);
void sh_freecmd(struct command *cmd);
int sh_execute(struct command *cmd);
+char *sh_get_alias(const char *cmd);
void sh_set(char option, int value);
void sh_seto(char *option, int value);