Changeset 50992 in vbox for trunk/include/VBox
- Timestamp:
- Apr 8, 2014 10:47:30 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93178
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-plugin.h
r50989 r50992 30 30 #include <VBox/vd-image-backend.h> 31 31 #include <VBox/vd-cache-backend.h> 32 #include <VBox/vd-filter-backend.h> 32 33 33 34 /** … … 55 56 56 57 /** 57 * @todo: Register filter plugin. 58 * Registers a new filter plugin. 59 * @param pvUser Opaque user data given in the plugin load callback. 60 * @param pBackend The filter backend to register. 58 61 */ 62 DECLR3CALLBACKMEMBER(int, pfnRegisterFilter, (void *pvUser, PCVDFILTERBACKEND pBackend)); 59 63 60 64 } VDBACKENDREGISTER;
Note:
See TracChangeset
for help on using the changeset viewer.