summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-02-19 11:36:20 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-02-19 11:36:20 +0100
commit932701fc600b12145db900f9e64d02ee20d6cb22 (patch)
tree543e9c3e194daece4745fbd798f489351ba5eda4 /main.c
parentca64cd59bead916765bb989573c2e8cf90be1915 (diff)
prototype for the feature
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index dc21f2c..e13500c 100644
--- a/main.c
+++ b/main.c
@@ -72,6 +72,7 @@ void change_directory(const char *path);
void clear(const char *arg);
+void echo(const char *arg);
struct exec_command CommandsList[] = {
{"ls", list},