VirtualBox

Changeset 103145 in vbox


Ignore:
Timestamp:
Jan 31, 2024 3:07:08 PM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161393
Message:

HostServices/auth: Some warning fixes about externally visible functions which should be static, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/auth/directoryservice/directoryservice.cpp

    r98103 r103145  
    3838static const size_t s_cBufferSize = 32 * 1024;
    3939
    40 tDirStatus defaultSearchNodePath(tDirReference pDirRef, tDataListPtr *pdsNodePath)
     40static tDirStatus defaultSearchNodePath(tDirReference pDirRef, tDataListPtr *pdsNodePath)
    4141{
    4242    tDirStatus dsErr = eDSNoErr;
     
    6868}
    6969
    70 tDirStatus userAuthInfo(tDirReference pDirRef, tDirNodeReference pNodeRef, const char *pszUsername, tDataListPtr *ppAuthNodeListOut)
     70static tDirStatus userAuthInfo(tDirReference pDirRef, tDirNodeReference pNodeRef, const char *pszUsername, tDataListPtr *ppAuthNodeListOut)
    7171{
    7272    tDirStatus dsErr = eDSNoErr;
     
    204204}
    205205
    206 tDirStatus authWithNode(tDirReference pDirRef, tDataListPtr pAuthNodeList, const char *pszUsername, const char *pszPassword)
     206static tDirStatus authWithNode(tDirReference pDirRef, tDataListPtr pAuthNodeList, const char *pszUsername, const char *pszPassword)
    207207{
    208208    tDirStatus dsErr = eDSNoErr;
Note: See TracChangeset for help on using the changeset viewer.

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