IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2005, 8:18:09 AM (21 years ago)
Author:
eugene
Message:

updating user commands

File:
1 edited

Legend:

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

    r4450 r4552  
    1414  return (TRUE);
    1515}
    16 
    17 int stop (int argc, char **argv) {
    18 
    19   if (argc != 1) {
    20     fprintf (stderr, "USAGE: stop\n");
    21     return (FALSE);
    22   }
    23 
    24   rl_event_hook = NULL;
    25   rl_set_keyboard_input_timeout (1000000);
    26 
    27   return (TRUE);
    28 }
Note: See TracChangeset for help on using the changeset viewer.