IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2009, 10:43:26 AM (17 years ago)
Author:
eugene
Message:

lots of very minor API mods to satisfy some pickier compilers (supply void to prototypes for argument-less functions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/delstar/include/delstar.h

    r7393 r21153  
    4343int        SetImages              PROTO((Image *new, int Nnew));
    4444void       SetProtect             PROTO((int mode));
    45 int        SetSignals             PROTO(());
     45int        SetSignals             PROTO((void));
    4646int        Shutdown               PROTO((char *format, ...));
    4747void       TrapSignal             PROTO((int sig));
     
    5959Image     *gimages                PROTO((char *filename));
    6060Image     *gtimes                 PROTO((int *NIMAGE));
    61 void       help                   PROTO(());
     61void       help                   PROTO((void));
    6262int        load_image_db          PROTO((FITS_DB *db));
    6363void       lock_image_db          PROTO((FITS_DB *db, char *filename));
     
    6565double     opening_angle          PROTO((double x1, double y1, double x2, double y2, double x3, double y3));
    6666int        parse_time             PROTO((Header *header));
    67 int        save_image_db          PROTO(());
     67int        save_image_db          PROTO((void));
    6868void       sort_lists             PROTO((float *X, float *Y, int *S, int N));
    6969void       unlock_image_db        PROTO((FITS_DB *db));
    70 void       usage                  PROTO(());
     70void       usage                  PROTO((void));
    7171int        wcatalog               PROTO((Catalog *catalog));
    7272
Note: See TracChangeset for help on using the changeset viewer.