diff options
Diffstat (limited to 'Source/Applications/Shell/Shell.ns.h')
-rw-r--r-- | Source/Applications/Shell/Shell.ns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Applications/Shell/Shell.ns.h b/Source/Applications/Shell/Shell.ns.h index a22c18d..b2dd587 100644 --- a/Source/Applications/Shell/Shell.ns.h +++ b/Source/Applications/Shell/Shell.ns.h @@ -14,4 +14,5 @@ namespace Shell { extern void mkdir(Vector<String>& args); extern void cat(Vector<String>& args); extern void wf(Vector<String>& args); + extern void run(Vector<String>& args); } |