Changeset 75709 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Nov 25, 2018 1:47:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.h
r69500 r75709 1 /* $Id$ */ 1 2 /** @file 2 * VBox Shared Folders header. 3 * Guest/host path convertion and verification. 3 * Shared Folders Service - Guest/host path convertion and verification. 4 4 */ 5 5 … … 65 65 int vbsfPathAbs(const char *pszRoot, const char *pszPath, char *pszAbsPath, size_t cbAbsPath); 66 66 67 #endif /* __VBSFPATH__H */67 #endif /* !__VBSFPATH__H */
Note:
See TracChangeset
for help on using the changeset viewer.