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

    r35764 r38592  
    3737void          ConfigInit                        PROTO((int *argc, char **argv));
    3838
    39 void          usage_fiximids                    PROTO(());
     39void          usage_fiximids                    PROTO((void));
    4040void          initialize_fiximids               PROTO((int argc, char **argv));
    4141int           args_fiximids                     PROTO((int argc, char **argv));
    4242                                               
    43 void          usage_fiximids_client             PROTO(());
     43void          usage_fiximids_client             PROTO((void));
    4444void          initialize_fiximids_client        PROTO((int argc, char **argv));
    4545int           args_fiximids_client              PROTO((int argc, char **argv));
Note: See TracChangeset for help on using the changeset viewer.