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/uniphot/include/setastrom.h

    r38464 r38592  
    6464void          ConfigInit                      PROTO((int *argc, char **argv));
    6565
    66 void          usage_setastrom                 PROTO(());
     66void          usage_setastrom                 PROTO((void));
    6767void          initialize_setastrom            PROTO((int argc, char **argv));
    6868int           args_setastrom                  PROTO((int argc, char **argv));
    6969
    70 void          usage_setastrom_client          PROTO(());
     70void          usage_setastrom_client          PROTO((void));
    7171void          initialize_setastrom_client     PROTO((int argc, char **argv));
    7272int           args_setastrom_client           PROTO((int argc, char **argv));
     
    7777// int           SetSignals                      PROTO((void));
    7878
    79 int           update_dvo_setastrom            PROTO(());
     79int           update_dvo_setastrom            PROTO((void));
    8080int           update_dvo_setastrom_parallel   PROTO((SkyTable *sky));
    8181
Note: See TracChangeset for help on using the changeset viewer.