IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2008, 3:30:31 PM (18 years ago)
Author:
eugene
Message:

adding real to Command, Free functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/init_client.c

    r7892 r16453  
    88
    99static 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"},
    1313};
    1414
     
    2222
    2323}
     24
     25void FreePantasksClient () {
     26}
Note: See TracChangeset for help on using the changeset viewer.