IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2006, 6:55:37 PM (21 years ago)
Author:
eugene
Message:

split init into general and program init, cleaned up open_image, open_graph, and related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pclient/pclient.c

    r4763 r5919  
    88
    99/* program-dependent initialization */
    10 void initialize (int argc, char **argv) {
     10void program_init (int *argc, char **argv) {
    1111 
    1212  auto_break = TRUE;
     
    3131
    3232  /* ignore the history file.  to change this, see, eg, mana.c */
    33   signal (SIGINT, SIG_IGN);
    3433  signal (SIGPIPE, gotsignal);
    3534  signal (SIGTSTP, gotsignal);
Note: See TracChangeset for help on using the changeset viewer.