Changeset 21153 for trunk/Ohana/src/delstar/include/delstar.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/delstar/include/delstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/delstar/include/delstar.h
r7393 r21153 43 43 int SetImages PROTO((Image *new, int Nnew)); 44 44 void SetProtect PROTO((int mode)); 45 int SetSignals PROTO(( ));45 int SetSignals PROTO((void)); 46 46 int Shutdown PROTO((char *format, ...)); 47 47 void TrapSignal PROTO((int sig)); … … 59 59 Image *gimages PROTO((char *filename)); 60 60 Image *gtimes PROTO((int *NIMAGE)); 61 void help PROTO(( ));61 void help PROTO((void)); 62 62 int load_image_db PROTO((FITS_DB *db)); 63 63 void lock_image_db PROTO((FITS_DB *db, char *filename)); … … 65 65 double opening_angle PROTO((double x1, double y1, double x2, double y2, double x3, double y3)); 66 66 int parse_time PROTO((Header *header)); 67 int save_image_db PROTO(( ));67 int save_image_db PROTO((void)); 68 68 void sort_lists PROTO((float *X, float *Y, int *S, int N)); 69 69 void unlock_image_db PROTO((FITS_DB *db)); 70 void usage PROTO(( ));70 void usage PROTO((void)); 71 71 int wcatalog PROTO((Catalog *catalog)); 72 72
Note:
See TracChangeset
for help on using the changeset viewer.
