Changeset 38986 for trunk/Ohana/src/dvomerge/include/dvoutils.h
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/dvomerge/include/dvoutils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/dvomerge/include/dvoutils.h
r37807 r38986 22 22 } DVOUTILS_OP_TYPE; 23 23 24 typedef struct { 25 int *externID; 26 short *photcode; 27 int Nimages; 28 } ImageData; 29 24 30 int VERBOSE; 25 31 int DVOUTILS_OP; … … 30 36 int dvoutils_args (int *argc, char **argv); 31 37 int dvoutils_uniq_images (char *filename); 32 int *dvoutils_load_image_index (char *filename, int *nindex); 38 39 ImageData *dvoutils_load_image_index (char *filename); 33 40 34 41 Image *dvoutils_load_image_table (char *filename, int *nimage); 42 43 int SetSignals PROTO((void)); 44 void SetProtect PROTO((int mode)); 45 void TrapSignal PROTO((int sig)); 46 int Shutdown PROTO((char *format, ...)) OHANA_FORMAT(printf, 1, 2); 47
Note:
See TracChangeset
for help on using the changeset viewer.
