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/ckids.h

    r35764 r38986  
    2222void          ConfigInit                        PROTO((int *argc, char **argv));
    2323
    24 void          usage_ckids                       PROTO(());
     24void          usage_ckids                       PROTO((void));
    2525void          initialize_ckids                  PROTO((int argc, char **argv));
    2626int           args_ckids                        PROTO((int argc, char **argv));
    2727                                                   
    28 void          usage_ckids_client                PROTO(());
     28void          usage_ckids_client                PROTO((void));
    2929void          initialize_ckids_client           PROTO((int argc, char **argv));
    3030int           args_ckids_client                 PROTO((int argc, char **argv));
    3131
    32 int           update_dvo_ckids                  PROTO(());
     32int           update_dvo_ckids                  PROTO((void));
    3333int           update_dvo_ckids_parallel         PROTO((SkyList *sky));
    3434                                                   
    3535void          update_catalog_ckids              PROTO((Catalog *catalog, FILE *foutput));
     36
     37int           Shutdown                        PROTO((char *format, ...) OHANA_FORMAT(printf, 1, 2) );
     38void          TrapSignal                      PROTO((int sig));
     39void          SetProtect                      PROTO((int mode));
     40int           SetSignals                      PROTO((void));
     41
Note: See TracChangeset for help on using the changeset viewer.