VirtualBox

Changeset 22983 in vbox for trunk/include


Ignore:
Timestamp:
Sep 13, 2009 10:20:20 PM (15 years ago)
Author:
vboxsync
Message:

Forgotten header change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxHDD.h

    r22966 r22983  
    12431243 *
    12441244 * @return  VBox status code.
     1245 * @param   pVDIfsDisk      Pointer to the per-disk VD interface list.
    12451246 * @param   pszFilename     Name of the image file for which the backend is queried.
    12461247 * @param   ppszFormat      Receives pointer of the UTF-8 string which contains the format name.
    12471248 *                          The returned pointer must be freed using RTStrFree().
    12481249 */
    1249 VBOXDDU_DECL(int) VDGetFormat(const char *pszFilename, char **ppszFormat);
     1250VBOXDDU_DECL(int) VDGetFormat(PVDINTERFACE pVDIfsDisk, const char *pszFilename, char **ppszFormat);
    12501251
    12511252/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette