IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

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

    r4684 r4689  
    1 # include "opihi.h"
    21# include "data.h"
     2# include "basic.h"
     3# include "astro.h"
    34
    45# ifndef DVO1_H
     
    6869RegionFile   *SelectRegions         PROTO((char *RegionName, char *RegionList, int *nregions));
    6970
     71void InitDVO ();
     72
     73void FreeImageSelection ();
     74Image *MatchImage (unsigned int time, short int source);
     75int GetRegionSelection ();
     76int SetRegionSelection (int *argc, char **argv, char **RegionName, char **RegionList);
     77void sort_image_subset (Image *image, int *subset, int N);
     78int match_image_subset (Image *image, int *subset, int Nsubset, unsigned int T, short int S);
     79int GetTimeSelection (time_t *tz, time_t *te);
     80
    7081# endif
Note: See TracChangeset for help on using the changeset viewer.