From b732995c5217d0619fd8d67653b930665ca09d12 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 1 Apr 2023 21:39:06 -0400 Subject: begin to handle aliases --- sh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sh.h') 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); -- cgit v1.2.1