diff options
Diffstat (limited to 'src/shell.h')
-rw-r--r-- | src/shell.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shell.h b/src/shell.h new file mode 100644 index 0000000..c52e9fe --- /dev/null +++ b/src/shell.h @@ -0,0 +1,6 @@ +#ifndef SHELL_H +#define SHELL_H + +const char *display_shell(); + +#endif |