IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2010, 5:35:25 PM (16 years ago)
Author:
eugene
Message:

update ohana formatting functions to check format and associated types; fixes derived from format checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/largefiles.20100314/Ohana/src/relphot/include/relphot.h

    r27312 r27368  
    129129
    130130void set_db (FITS_DB *in);
    131 int Shutdown (char *format, ...);
     131int Shutdown (char *format, ...) OHANA_FORMAT(printf, 1, 2) ;
    132132void TrapSignal (int sig);
    133133void SetProtect (int mode);
     
    172172void          plot_grid           PROTO((Catalog *catalog));
    173173void          plot_images         PROTO((void));
    174 void          plot_list           PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N, char *label, char *format, ...));
     174void          plot_list           PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N, char *label, char *format, ...) OHANA_FORMAT(printf, 6, 7) );
    175175void          plot_mosaic_fields  PROTO((Catalog *catalog));
    176176void          plot_mosaics        PROTO((void));
Note: See TracChangeset for help on using the changeset viewer.