VirtualBox

Changeset 21750 in vbox for trunk/include


Ignore:
Timestamp:
Jul 21, 2009 1:08:26 PM (15 years ago)
Author:
vboxsync
Message:

Runtime: forgot the headers as always

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/manifest.h

    r21742 r21750  
    6565 * @param   pTestList            List of files & SHA1 sums.
    6666 * @param   cTests               Number of entries in pTestList
    67  * @param   pcFileIndexOnFailure A index to pTestList in the
     67 * @param   piFailed            A index to pTestList in the
    6868 *                               VERR_MANIFEST_DIGEST_MISMATCH error case
    6969 *                               (optional).
    7070 */
    71 RTR3DECL(int) RTManifestVerify(const char *pszManifestFile, PRTMANIFESTTEST pTestList, size_t cTests, size_t *pcFileIndexOnFailure);
     71RTR3DECL(int) RTManifestVerify(const char *pszManifestFile, PRTMANIFESTTEST pTestList, size_t cTests, size_t *piFailed);
    7272
    7373/**
     
    8080 * @param   ppszFiles            List of files to check SHA1 sums.
    8181 * @param   cFiles               Number of entries in ppszFiles.
    82  * @param   pcFileIndexOnFailure A index to ppszFiles in the
     82 * @param   piFailed            A index to ppszFiles in the
    8383 *                               VERR_MANIFEST_DIGEST_MISMATCH error case
    8484 *                               (optional).
    8585 */
    86 RTR3DECL(int) RTManifestVerifyFiles(const char *pszManifestFile, const char **ppszFiles, size_t cFiles, size_t *pcFileIndexOnFailure);
     86RTR3DECL(int) RTManifestVerifyFiles(const char *pszManifestFile, const char * const *papszFiles, size_t cFiles, size_t *pcFailed);
    8787
    8888/**
     
    9797 * @param   cFiles               Number of entries in ppszFiles.
    9898 */
    99 RTR3DECL(int) RTManifestWriteFiles(const char *pszManifestFile, const char **ppszFiles, size_t cFiles);
     99RTR3DECL(int) RTManifestWriteFiles(const char *pszManifestFile, const char * const *papszFiles, size_t cFiles);
    100100
    101101/** @} */
  • trunk/include/iprt/sha1.h

    r21742 r21750  
    4848 * @param   ppszDigest   On success the SHA1 digest.
    4949 */
    50 RTR3DECL(int) RTSHA1Digest(const char *pszFile, char **ppszDigest);
     50RTR3DECL(int) RTSha1Digest(const char *pszFile, char **ppszDigest);
    5151
    5252/** @} */
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