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

    r35764 r38592  
    3434void          ConfigInit                        PROTO((int *argc, char **argv));
    3535
    36 void          usage_fixstkids                   PROTO(());
     36void          usage_fixstkids                   PROTO((void));
    3737void          initialize_fixstkids              PROTO((int argc, char **argv));
    3838int           args_fixstkids                    PROTO((int argc, char **argv));
    3939                                               
    40 void          usage_fixstkids_client            PROTO(());
     40void          usage_fixstkids_client            PROTO((void));
    4141void          initialize_fixstkids_client       PROTO((int argc, char **argv));
    4242int           args_fixstkids_client             PROTO((int argc, char **argv));
Note: See TracChangeset for help on using the changeset viewer.