Changeset 41320 for trunk/Ohana/src/kapa2/include/structures.h
- Timestamp:
- Apr 1, 2020, 4:11:54 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kapa2/include/structures.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/include/structures.h
r41157 r41320 250 250 char *name; 251 251 } Section; 252 253 typedef struct { 254 FILE *f; 255 int Nsegment; 256 int NSEGMENT; 257 int *offset; 258 int *objnum; 259 260 int Nstream; 261 int NSTREAM; 262 int *streamObjnum; 263 264 int Nimage; 265 int NIMAGE; 266 int *imageObjnum; 267 } PDF_FILE; 268
Note:
See TracChangeset
for help on using the changeset viewer.
