IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2015, 11:02:24 AM (11 years ago)
Author:
eugene
Message:

explicitly declare functions to have void parameters if this is the case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150625/Ohana/src/dvopsps/include/dvopsps.h

    r37923 r38592  
    7171void   ConfigInit                         PROTO((int *argc, char **argv));
    7272       
    73 void   usage_dvopsps                      PROTO(());
     73void   usage_dvopsps                      PROTO((void));
    7474void   initialize_dvopsps                 PROTO((int argc, char **argv));
    7575int    args_dvopsps                       PROTO((int argc, char **argv));
    7676       
    77 void   usage_dvopsps_client               PROTO(());
     77void   usage_dvopsps_client               PROTO((void));
    7878void   initialize_dvopsps_client          PROTO((int argc, char **argv));
    7979int    args_dvopsps_client                PROTO((int argc, char **argv));
     
    8181MYSQL *mysql_dvopsps_connect              PROTO((MYSQL *mysqlBase));
    8282
    83 int    insert_detections_dvopsps          PROTO(());
     83int    insert_detections_dvopsps          PROTO((void));
    8484int    insert_detections_dvopsps_parallel PROTO((SkyTable *sky));
    8585int    insert_detections_dvopsps_catalog  PROTO((Catalog *catalog, MYSQL *mysql));
     
    9393int    assign_detection_values            PROTO((Detections *detection, Measure *measure, Average *average));
    9494
    95 int    init_detections                    PROTO(());
     95int    init_detections                    PROTO((void));
    9696int    append_detections_dvopsps_catalog  PROTO((Catalog *catalog));
    97 int    save_detections_dvopsps            PROTO(());
     97int    save_detections_dvopsps            PROTO((void));
    9898
    99 int    insert_objects_dvopsps             PROTO(());
     99int    insert_objects_dvopsps             PROTO((void));
    100100int    insert_objects_dvopsps_parallel    PROTO((SkyList *sky));
    101101int    insert_objects_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
     
    106106int    insert_objects_mysql_init          PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, char *basename));
    107107
    108 int    insert_FWobjects_dvopsps             PROTO(());
     108int    insert_FWobjects_dvopsps             PROTO((void));
    109109int    insert_FWobjects_dvopsps_parallel    PROTO((SkyList *sky));
    110110int    insert_FWobjects_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
     
    115115int    insert_FWobjects_mysql_commit        PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, IOBuffer *cpy_buffer, MYSQL *mysql));
    116116
    117 int    insert_skytable                    PROTO(());
     117int    insert_skytable                    PROTO((void));
    118118
    119119int    insert_skytable_mysql_commit       PROTO((IOBuffer *buffer, MYSQL *mysql));
     
    121121int    insert_skytable_mysql_init         PROTO((IOBuffer *buffer));
    122122
    123 int    insert_diffobj_dvopsps             PROTO(());
     123int    insert_diffobj_dvopsps             PROTO((void));
    124124int    insert_diffobj_dvopsps_parallel    PROTO((SkyList *sky));
    125125int    insert_diffobj_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
Note: See TracChangeset for help on using the changeset viewer.