- Timestamp:
- Feb 11, 2009 1:17:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r15591 r16651 261 261 * struct defined below based on the interface type in enmInterface. */ 262 262 void *pCallbacks; 263 } VDINTERFACE, *PVDINTERFACE; 264 /** Pointer to a const PVDINTERFACE. */ 265 typedef const PVDINTERFACE PCVDINTERFACE; 263 } VDINTERFACE; 264 /** Pointer to a VDINTERFACE. */ 265 typedef VDINTERFACE *PVDINTERFACE; 266 /** Pointer to a const VDINTERFACE. */ 267 typedef const VDINTERFACE *PCVDINTERFACE; 266 268 267 269 /**
Note:
See TracChangeset
for help on using the changeset viewer.