IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2007, 12:32:27 PM (19 years ago)
Author:
eugene
Message:

various changes to support the reworked dvo_catalog apis; most important is the better tracking of the disk and memory elements of each table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071130/Ohana/src/libfits/include/gfitsio.h

    r15731 r15732  
    172172int     gfits_fread_ftable             PROTO((FILE *f, FTable *ftable, char *extname));
    173173int     gfits_fread_ftable_data        PROTO((FILE *f, FTable *ftable));
     174int     gfits_fread_ftable_range       PROTO((FILE *f, FTable *ftable, int start, int Nrows));
    174175int     gfits_fread_vtable             PROTO((FILE *f, VTable *vtable, char *extname, int Nrow, int *row));
    175176int     gfits_fread_vtable_range       PROTO((FILE *f, VTable *vtable, int start, int Nrows));
Note: See TracChangeset for help on using the changeset viewer.