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

    r35764 r38592  
    2222void          ConfigInit                        PROTO((int *argc, char **argv));
    2323
    24 void          usage_ckids                       PROTO(());
     24void          usage_ckids                       PROTO((void));
    2525void          initialize_ckids                  PROTO((int argc, char **argv));
    2626int           args_ckids                        PROTO((int argc, char **argv));
    2727                                                   
    28 void          usage_ckids_client                PROTO(());
     28void          usage_ckids_client                PROTO((void));
    2929void          initialize_ckids_client           PROTO((int argc, char **argv));
    3030int           args_ckids_client                 PROTO((int argc, char **argv));
    3131
    32 int           update_dvo_ckids                  PROTO(());
     32int           update_dvo_ckids                  PROTO((void));
    3333int           update_dvo_ckids_parallel         PROTO((SkyList *sky));
    3434                                                   
Note: See TracChangeset for help on using the changeset viewer.