- Timestamp:
- May 16, 2012, 4:16:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/Ohana/src/libdvo/include/dvo.h
r33649 r33869 69 69 NAN_U_INT = (signed int) 0xffffffff, 70 70 } DVO_INT_NAN; 71 72 // max path length 73 # define DVO_MAX_PATH 1024 71 74 72 75 /* RegImage.flag values */ … … 268 271 int Nhosts; 269 272 HostInfo *hosts; 270 unsignedshort *index;273 short *index; 271 274 } HostTable; 272 275 … … 516 519 void dvo_catalog_test (Catalog *catalog, int halt); 517 520 521 int dvo_catalog_backup (Catalog *catalog, int primary); 522 int dvo_catalog_unlink_backup (Catalog *catalog, int primary); 523 518 524 /* catmode-specific APIs */ 519 525 int dvo_catalog_load_raw (Catalog *catalog, int VERBOSE);
Note:
See TracChangeset
for help on using the changeset viewer.
