IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2016, 11:34:48 AM (10 years ago)
Author:
eugene
Message:

list unused parameters; replace old signal code with SetInterrupt, ClearInterrupt; fix unsigned / signed int inconsistencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/opihi/include/shell.h

    r39227 r39419  
    132132#endif
    133133
     134struct sigaction *SetInterrupt          PROTO((void));
     135int           ClearInterrupt            PROTO((struct sigaction *old_sigaction));
    134136void          handle_interrupt          PROTO((int));
    135137char        **command_completer         PROTO((const char *, int, int));
Note: See TracChangeset for help on using the changeset viewer.