diff options
Diffstat (limited to 'src/user/highway/cmds.h')
-rw-r--r-- | src/user/highway/cmds.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/user/highway/cmds.h b/src/user/highway/cmds.h new file mode 100644 index 0000000..c404d40 --- /dev/null +++ b/src/user/highway/cmds.h @@ -0,0 +1,7 @@ +#ifndef CMDS_H +#define CMDS_H + +void source(const char *path); +void set(const char *arg); + +#endif
\ No newline at end of file |