IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/dvoshell.h

    r14401 r14590  
    4242      MEAS_NMEAS,
    4343      MEAS_NMISS,
    44       MEAS_NPHOT,
    45       MEAS_NCODE,
    4644      MEAS_OBJFLAGS,
    4745      MEAS_MAG,
     
    170168Image        *LoadImages            PROTO((int *Nimage));
    171169Image        *MatchImage            PROTO((unsigned int time, short int source));
    172 Image        *MatchImage            PROTO((unsigned int time, short int source));
    173170Coords       *MatchMosaic           PROTO((unsigned int time, short int source));
    174171int           Quality               PROTO((Measure *measure, int IsDophot));
     
    227224char        *strfloat               PROTO((float value));
    228225
     226int get_skyregion (double *Rs, double *Re, double *Ds, double *De);
     227int set_skyregion (double Rs, double Re, double Ds, double De);
     228void FreeImageSelection ();
     229
     230void FreeSkyRegionSelection (SkyRegionSelection *selection);
     231int wordhash (char *word);
     232
    229233# endif
Note: See TracChangeset for help on using the changeset viewer.