Changeset 27255 for trunk/Ohana/src/opihi/cmd.basic/init.c
- Timestamp:
- Mar 11, 2010, 12:45:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/init.c
r26891 r27255 26 26 int module PROTO((int, char **)); 27 27 int nop PROTO((int, char **)); 28 int opihi_setmode PROTO((int, char **)); 28 29 int output PROTO((int, char **)); 29 30 int pwd PROTO((int, char **)); … … 74 75 {1, "module", module, "load script file from the modules directories"}, 75 76 {1, "nop", nop, "a NOP function"}, 77 {1, "opihi", opihi_setmode, "get / set opihi behavior options"}, 76 78 {1, "output", output, "redirect output to file"}, 77 79 {1, "pwd", pwd, "print current working directory"},
Note:
See TracChangeset
for help on using the changeset viewer.
