IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2006, 3:15:49 PM (20 years ago)
Author:
eugene
Message:

updates to pantasks client/server; new API for command

File:
1 edited

Legend:

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

    r7917 r7960  
    1616  InitData ();
    1717  InitPantasks ();
     18
     19  gprintInit ();
    1820
    1921  rl_readline_name = opihi_name;
     
    5456  return;
    5557}
     58
     59/* call to opihi shell */
     60int main (int argc, char **argv) {
     61  int status;
     62  status = opihi (argc, argv);
     63  exit (status);
     64}
Note: See TracChangeset for help on using the changeset viewer.