- Timestamp:
- Jul 15, 2015, 11:02:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/dvopsps/include/dvopsps.h
r37923 r38592 71 71 void ConfigInit PROTO((int *argc, char **argv)); 72 72 73 void usage_dvopsps PROTO(( ));73 void usage_dvopsps PROTO((void)); 74 74 void initialize_dvopsps PROTO((int argc, char **argv)); 75 75 int args_dvopsps PROTO((int argc, char **argv)); 76 76 77 void usage_dvopsps_client PROTO(( ));77 void usage_dvopsps_client PROTO((void)); 78 78 void initialize_dvopsps_client PROTO((int argc, char **argv)); 79 79 int args_dvopsps_client PROTO((int argc, char **argv)); … … 81 81 MYSQL *mysql_dvopsps_connect PROTO((MYSQL *mysqlBase)); 82 82 83 int insert_detections_dvopsps PROTO(( ));83 int insert_detections_dvopsps PROTO((void)); 84 84 int insert_detections_dvopsps_parallel PROTO((SkyTable *sky)); 85 85 int insert_detections_dvopsps_catalog PROTO((Catalog *catalog, MYSQL *mysql)); … … 93 93 int assign_detection_values PROTO((Detections *detection, Measure *measure, Average *average)); 94 94 95 int init_detections PROTO(( ));95 int init_detections PROTO((void)); 96 96 int append_detections_dvopsps_catalog PROTO((Catalog *catalog)); 97 int save_detections_dvopsps PROTO(( ));97 int save_detections_dvopsps PROTO((void)); 98 98 99 int insert_objects_dvopsps PROTO(( ));99 int insert_objects_dvopsps PROTO((void)); 100 100 int insert_objects_dvopsps_parallel PROTO((SkyList *sky)); 101 101 int insert_objects_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql)); … … 106 106 int insert_objects_mysql_init PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, char *basename)); 107 107 108 int insert_FWobjects_dvopsps PROTO(( ));108 int insert_FWobjects_dvopsps PROTO((void)); 109 109 int insert_FWobjects_dvopsps_parallel PROTO((SkyList *sky)); 110 110 int insert_FWobjects_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql)); … … 115 115 int insert_FWobjects_mysql_commit PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, IOBuffer *cpy_buffer, MYSQL *mysql)); 116 116 117 int insert_skytable PROTO(( ));117 int insert_skytable PROTO((void)); 118 118 119 119 int insert_skytable_mysql_commit PROTO((IOBuffer *buffer, MYSQL *mysql)); … … 121 121 int insert_skytable_mysql_init PROTO((IOBuffer *buffer)); 122 122 123 int insert_diffobj_dvopsps PROTO(( ));123 int insert_diffobj_dvopsps PROTO((void)); 124 124 int insert_diffobj_dvopsps_parallel PROTO((SkyList *sky)); 125 125 int insert_diffobj_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
Note:
See TracChangeset
for help on using the changeset viewer.
