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/dvo/dvo.c

    r7917 r7960  
    1717  InitAstro ();
    1818  InitDVO ();
     19
     20  gprintInit ();
    1921
    2022  if (!SetCATDIR (NULL, FALSE)) {
     
    4850  return;
    4951}
     52
     53/* call to opihi shell */
     54int main (int argc, char **argv) {
     55  int status;
     56  status = opihi (argc, argv);
     57  exit (status);
     58}
Note: See TracChangeset for help on using the changeset viewer.