Changeset 16453 for trunk/Ohana/src/opihi/pantasks/init_client.c
- Timestamp:
- Feb 13, 2008, 3:30:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/init_client.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/init_client.c
r7892 r16453 8 8 9 9 static Command cmds[] = { 10 { "task", invalid, "define a schedulable task"},11 { "task.exit", invalid, "define exit macros for a task"},12 { "task.exec", invalid, "define pre-exec macro for a task"},10 {1, "task", invalid, "define a schedulable task"}, 11 {1, "task.exit", invalid, "define exit macros for a task"}, 12 {1, "task.exec", invalid, "define pre-exec macro for a task"}, 13 13 }; 14 14 … … 22 22 23 23 } 24 25 void FreePantasksClient () { 26 }
Note:
See TracChangeset
for help on using the changeset viewer.
