Changeset 38986 for trunk/Ohana/src/dvopsps/include/dvopsps.h
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/dvopsps/include/dvopsps.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/dvopsps/include/dvopsps.h
r38851 r38986 72 72 void ConfigInit PROTO((int *argc, char **argv)); 73 73 74 void usage_dvopsps PROTO(( ));74 void usage_dvopsps PROTO((void)); 75 75 void initialize_dvopsps PROTO((int argc, char **argv)); 76 76 int args_dvopsps PROTO((int argc, char **argv)); 77 77 78 void usage_dvopsps_client PROTO(( ));78 void usage_dvopsps_client PROTO((void)); 79 79 void initialize_dvopsps_client PROTO((int argc, char **argv)); 80 80 int args_dvopsps_client PROTO((int argc, char **argv)); … … 82 82 MYSQL *mysql_dvopsps_connect PROTO((MYSQL *mysqlBase)); 83 83 84 int insert_detections_dvopsps PROTO(( ));84 int insert_detections_dvopsps PROTO((void)); 85 85 int insert_detections_dvopsps_parallel PROTO((SkyTable *sky)); 86 86 int insert_detections_dvopsps_catalog PROTO((Catalog *catalog, MYSQL *mysql)); … … 94 94 int assign_detection_values PROTO((Detections *detection, Measure *measure, Average *average)); 95 95 96 int init_detections PROTO(( ));96 int init_detections PROTO((void)); 97 97 int append_detections_dvopsps_catalog PROTO((Catalog *catalog)); 98 int save_detections_dvopsps PROTO(( ));98 int save_detections_dvopsps PROTO((void)); 99 99 100 int insert_objects_dvopsps PROTO(( ));100 int insert_objects_dvopsps PROTO((void)); 101 101 int insert_objects_dvopsps_parallel PROTO((SkyList *sky)); 102 102 int insert_objects_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql)); … … 107 107 int insert_objects_mysql_init PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, char *basename)); 108 108 109 int insert_FWobjects_dvopsps PROTO(( ));109 int insert_FWobjects_dvopsps PROTO((void)); 110 110 int insert_FWobjects_dvopsps_parallel PROTO((SkyList *sky)); 111 111 int insert_FWobjects_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql)); … … 116 116 int insert_FWobjects_mysql_commit PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, IOBuffer *cpy_buffer, MYSQL *mysql)); 117 117 118 int insert_FGshape_dvopsps PROTO(( ));118 int insert_FGshape_dvopsps PROTO((void)); 119 119 int insert_FGshape_dvopsps_parallel PROTO((SkyList *sky)); 120 120 int insert_FGshape_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql)); … … 125 125 int insert_FGshape_mysql_commit PROTO((IOBuffer *ave_buffer, IOBuffer *cpy_buffer, MYSQL *mysql)); 126 126 127 int insert_skytable PROTO(( ));127 int insert_skytable PROTO((void)); 128 128 129 129 int insert_skytable_mysql_commit PROTO((IOBuffer *buffer, MYSQL *mysql)); … … 131 131 int insert_skytable_mysql_init PROTO((IOBuffer *buffer)); 132 132 133 int insert_diffobj_dvopsps PROTO(( ));133 int insert_diffobj_dvopsps PROTO((void)); 134 134 int insert_diffobj_dvopsps_parallel PROTO((SkyList *sky)); 135 135 int insert_diffobj_dvopsps_catalog PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
Note:
See TracChangeset
for help on using the changeset viewer.
