diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-14 17:09:59 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-14 17:09:59 +0100 |
| commit | 7a98e998c5cda484611d19854649ab8535f503d4 (patch) | |
| tree | 43f7dae6921ced5ee9001f1d31c662351678a718 /smash/exec.h | |
| parent | c0178363472e162a7cb21e381c512979130dfdb0 (diff) | |
add simplet init system
Diffstat (limited to 'smash/exec.h')
| -rw-r--r-- | smash/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smash/exec.h b/smash/exec.h index 74780b0..83f826f 100644 --- a/smash/exec.h +++ b/smash/exec.h @@ -1,6 +1,6 @@ #ifndef EXEC_H #define EXEC_H -void exec(char *line); +void execute_line(char *line); #endif |