Index: trunk/Ohana/src/dvopsps/include/dvopsps.h
===================================================================
--- trunk/Ohana/src/dvopsps/include/dvopsps.h	(revision 38851)
+++ trunk/Ohana/src/dvopsps/include/dvopsps.h	(revision 38986)
@@ -72,9 +72,9 @@
 void   ConfigInit                    	  PROTO((int *argc, char **argv));
        
-void   usage_dvopsps                 	  PROTO(());
+void   usage_dvopsps                 	  PROTO((void));
 void   initialize_dvopsps            	  PROTO((int argc, char **argv));
 int    args_dvopsps                  	  PROTO((int argc, char **argv));
        
-void   usage_dvopsps_client          	  PROTO(());
+void   usage_dvopsps_client          	  PROTO((void));
 void   initialize_dvopsps_client     	  PROTO((int argc, char **argv));
 int    args_dvopsps_client           	  PROTO((int argc, char **argv));
@@ -82,5 +82,5 @@
 MYSQL *mysql_dvopsps_connect              PROTO((MYSQL *mysqlBase));
 
-int    insert_detections_dvopsps          PROTO(());
+int    insert_detections_dvopsps          PROTO((void));
 int    insert_detections_dvopsps_parallel PROTO((SkyTable *sky));
 int    insert_detections_dvopsps_catalog  PROTO((Catalog *catalog, MYSQL *mysql));
@@ -94,9 +94,9 @@
 int    assign_detection_values            PROTO((Detections *detection, Measure *measure, Average *average));
 
-int    init_detections                    PROTO(());
+int    init_detections                    PROTO((void));
 int    append_detections_dvopsps_catalog  PROTO((Catalog *catalog));
-int    save_detections_dvopsps            PROTO(());
+int    save_detections_dvopsps            PROTO((void));
 
-int    insert_objects_dvopsps             PROTO(());
+int    insert_objects_dvopsps             PROTO((void));
 int    insert_objects_dvopsps_parallel    PROTO((SkyList *sky));
 int    insert_objects_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
@@ -107,5 +107,5 @@
 int    insert_objects_mysql_init          PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, char *basename));
 
-int    insert_FWobjects_dvopsps             PROTO(());
+int    insert_FWobjects_dvopsps             PROTO((void));
 int    insert_FWobjects_dvopsps_parallel    PROTO((SkyList *sky));
 int    insert_FWobjects_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
@@ -116,5 +116,5 @@
 int    insert_FWobjects_mysql_commit 	    PROTO((IOBuffer *ave_buffer, IOBuffer *sec_buffer, IOBuffer *cpy_buffer, MYSQL *mysql));
 
-int    insert_FGshape_dvopsps               PROTO(());
+int    insert_FGshape_dvopsps               PROTO((void));
 int    insert_FGshape_dvopsps_parallel      PROTO((SkyList *sky));
 int    insert_FGshape_dvopsps_catalog       PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
@@ -125,5 +125,5 @@
 int    insert_FGshape_mysql_commit 	    PROTO((IOBuffer *ave_buffer, IOBuffer *cpy_buffer, MYSQL *mysql));
 
-int    insert_skytable                    PROTO(());
+int    insert_skytable                    PROTO((void));
 
 int    insert_skytable_mysql_commit       PROTO((IOBuffer *buffer, MYSQL *mysql));
@@ -131,5 +131,5 @@
 int    insert_skytable_mysql_init         PROTO((IOBuffer *buffer));
 
-int    insert_diffobj_dvopsps             PROTO(());
+int    insert_diffobj_dvopsps             PROTO((void));
 int    insert_diffobj_dvopsps_parallel    PROTO((SkyList *sky));
 int    insert_diffobj_dvopsps_catalog     PROTO((Catalog *catalog, char *basename, MYSQL *mysql));
