VirtualBox

Ignore:
Timestamp:
Sep 28, 2015 2:05:58 PM (9 years ago)
Author:
vboxsync
Message:

IPRT: Doxygen clenaups (mostly).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/manifest2.cpp

    r57358 r57926  
    135135    const char * const *papszIgnoreEntries;
    136136    /** Name of attributes to ignore. */
    137     const char * const *papszIgnoreAttr;
     137    const char * const *papszIgnoreAttrs;
    138138    /** Flags governing the comparision. */
    139139    uint32_t            fFlags;
     
    350350     * Ignore this entry?
    351351     */
    352     char const * const *ppsz = pEquals->papszIgnoreAttr;
     352    char const * const *ppsz = pEquals->papszIgnoreAttrs;
    353353    if (ppsz)
    354354    {
     
    425425     * Ignore this entry?
    426426     */
    427     char const * const *ppsz = pEquals->papszIgnoreAttr;
     427    char const * const *ppsz = pEquals->papszIgnoreAttrs;
    428428    if (ppsz)
    429429    {
     
    571571
    572572RTDECL(int) RTManifestEqualsEx(RTMANIFEST hManifest1, RTMANIFEST hManifest2, const char * const *papszIgnoreEntries,
    573                                const char * const *papszIgnoreAttr, uint32_t fFlags, char *pszError, size_t cbError)
     573                               const char * const *papszIgnoreAttrs, uint32_t fFlags, char *pszError, size_t cbError)
    574574{
    575575    /*
     
    614614    Equals.fFlags               = fFlags;
    615615    Equals.papszIgnoreEntries   = papszIgnoreEntries;
    616     Equals.papszIgnoreAttr      = papszIgnoreAttr;
     616    Equals.papszIgnoreAttrs     = papszIgnoreAttrs;
    617617    Equals.pszError             = pszError;
    618618    Equals.cbError              = cbError;
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