IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

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

    r4573 r4689  
    22
    33int controller_host    PROTO((int, char **));
     4int controller_exit    PROTO((int, char **));
    45int controller_status  PROTO((int, char **));
    56int controller_check   PROTO((int, char **));
     
    78
    89static Command controller_cmds[] = {
     10  {"exit",   controller_exit,   "shutdown controller"},
    911  {"host",   controller_host,   "define host for controller"},
    1012  {"check",  controller_check,  "check controller host/job"},
     
    1618
    1719  int status;
    18   Function *func;
     20  CommandF *func;
    1921
    2022  if (argc < 2) {
     
    3335}
    3436
    35 Function *FindControllerCommand (char *cmd) {
     37CommandF *FindControllerCommand (char *cmd) {
    3638
    3739  int i, N;
Note: See TracChangeset for help on using the changeset viewer.