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/cmd.basic/init.c

    r4686 r4689  
    3030int strlen_func     PROTO((int, char **));
    3131int substr_func     PROTO((int, char **));
    32 int wait            PROTO((int, char **));
     32int wait_func       PROTO((int, char **));
    3333int version         PROTO((int, char **));
    3434int which           PROTO((int, char **));
     
    6868  {"substr",        substr_func,        "substring"},
    6969  {"version",       version,            "list version information"},
    70   {"wait",          wait,               "wait until return is typed"},
     70  {"wait",          wait_func,          "wait until return is typed"},
    7171  {"which",         which,              "show command *"}
    7272};
Note: See TracChangeset for help on using the changeset viewer.