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/setgalmodel.h

    r37807 r38592  
    2626void          ConfigInit                      PROTO((int *argc, char **argv));
    2727
    28 void          usage_setgalmodel                 PROTO(());
     28void          usage_setgalmodel                 PROTO((void));
    2929void          initialize_setgalmodel            PROTO((int argc, char **argv));
    3030int           args_setgalmodel                  PROTO((int argc, char **argv));
    3131
    32 void          usage_setgalmodel_client          PROTO(());
     32void          usage_setgalmodel_client          PROTO((void));
    3333void          initialize_setgalmodel_client     PROTO((int argc, char **argv));
    3434int           args_setgalmodel_client           PROTO((int argc, char **argv));
Note: See TracChangeset for help on using the changeset viewer.