Changeset 31636 for trunk/Ohana/src/libdvo
- Timestamp:
- Jun 16, 2011, 12:17:32 PM (15 years ago)
- Location:
- trunk/Ohana/src/libdvo
- Files:
-
- 1 added
- 5 edited
-
Makefile (modified) (1 diff)
-
include/dvodb.h (modified) (2 diffs)
-
include/get_graphdata.h (added)
-
src/ImageOps.c (modified) (1 diff)
-
src/dbCmdlineFields.c (modified) (1 diff)
-
src/db_utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/Makefile
r31635 r31636 36 36 $(DESTINC)/ps1_ref_defs.h 37 37 38 INCS = $(DEFS) $(DESTINC)/dvo.h $(DESTINC)/autocode.h $(DESTINC)/dvo_util.h $(DESTINC)/dvodb.h $(DESTINC)/libdvo_astro.h $(DESTINC)/convert.h 38 INCS = $(DEFS) $(DESTINC)/dvo.h $(DESTINC)/autocode.h $(DESTINC)/dvo_util.h $(DESTINC)/dvodb.h $(DESTINC)/libdvo_astro.h $(DESTINC)/convert.h $(DESTINC)/get_graphdata.h 39 39 40 40 OBJS = \ -
trunk/Ohana/src/libdvo/include/dvodb.h
r31635 r31636 1 1 # ifndef DVODB_H 2 2 # define DVODB_H 3 4 // to get definition of Graphdata5 # include "kapa.h"6 3 7 4 typedef enum { … … 333 330 #define opihi_int int 334 331 335 int GetGraphdata PROTO((Graphdata *data, int *kapa, char *name));336 337 332 # endif -
trunk/Ohana/src/libdvo/src/ImageOps.c
r31635 r31636 1 1 # include "dvo.h" 2 2 # include "dvodb.h" 3 # include "get_graphdata.h" 3 4 4 5 void image_subset (Image *image, off_t Nimage, off_t **Subset, off_t *Nsubset, -
trunk/Ohana/src/libdvo/src/dbCmdlineFields.c
r31635 r31636 1 1 # include "dvo.h" 2 # include "get_graphdata.h" 2 3 3 4 // check for 'where' or 'matched to'; return first field after the word, and the value -
trunk/Ohana/src/libdvo/src/db_utils.c
r31635 r31636 1 1 # include "dvo.h" 2 # include "get_graphdata.h" 2 3 3 4 // This file contains some functions used by the libdvo db lookup functions
Note:
See TracChangeset
for help on using the changeset viewer.
