IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2006, 10:00:28 PM (21 years ago)
Author:
eugene
Message:

fixes for skyregion, generate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/opihi.c

    r4763 r5900  
    88  pid_t ppid;
    99
    10   initialize (argc, argv);
     10  general_init (argc, argv);
     11  program_init (argc, argv);
    1112  startup (argc, argv);
    1213  prompt = get_variable("PROMPT");
     
    4546  }
    4647}
     48
     49/*
     50   startup sequence:
     51
     52   - general_init
     53   - program_init
     54   - startup (exit if non-interactive)
     55   - welcome
     56
     57*/
Note: See TracChangeset for help on using the changeset viewer.