IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 4:49:06 PM (11 years ago)
Author:
eugene
Message:

extensive work on relphot, relastro, uniphot, dvomerge aiming to the construction and calibration of PV3

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/uniphot/include/setastrom.h

    r38464 r38986  
    6464void          ConfigInit                      PROTO((int *argc, char **argv));
    6565
    66 void          usage_setastrom                 PROTO(());
     66void          usage_setastrom                 PROTO((void));
    6767void          initialize_setastrom            PROTO((int argc, char **argv));
    6868int           args_setastrom                  PROTO((int argc, char **argv));
    6969
    70 void          usage_setastrom_client          PROTO(());
     70void          usage_setastrom_client          PROTO((void));
    7171void          initialize_setastrom_client     PROTO((int argc, char **argv));
    7272int           args_setastrom_client           PROTO((int argc, char **argv));
    7373
    74 // int           Shutdown                        PROTO((char *format, ...) OHANA_FORMAT(printf, 1, 2) );
    75 // void          TrapSignal                      PROTO((int sig));
    76 // void          SetProtect                      PROTO((int mode));
    77 // int           SetSignals                      PROTO((void));
     74int           Shutdown                        PROTO((char *format, ...) OHANA_FORMAT(printf, 1, 2) );
     75void          TrapSignal                      PROTO((int sig));
     76void          SetProtect                      PROTO((int mode));
     77int           SetSignals                      PROTO((void));
    7878
    79 int           update_dvo_setastrom            PROTO(());
     79int           update_dvo_setastrom            PROTO((void));
    8080int           update_dvo_setastrom_parallel   PROTO((SkyTable *sky));
    8181
Note: See TracChangeset for help on using the changeset viewer.