Changeset 39180 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 2, 2011 8:59:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ExtPackUtil.h
r37843 r39180 90 90 /** The version string. */ 91 91 RTCString strVersion; 92 /** The edition string. */ 93 RTCString strEdition; 92 94 /** The internal revision number. */ 93 95 uint32_t uRevision; … … 120 122 RTCString *VBoxExtPackUnmangleName(const char *pszMangledName, size_t cbMax); 121 123 int VBoxExtPackCalcDir(char *pszExtPackDir, size_t cbExtPackDir, const char *pszParentDir, const char *pszName); 122 bool VBoxExtPackIsValidVersionString(const char *pszName); 124 bool VBoxExtPackIsValidVersionString(const char *pszVersion); 125 bool VBoxExtPackIsValidEditionString(const char *pszEdition); 123 126 bool VBoxExtPackIsValidModuleString(const char *pszModule); 124 127
Note:
See TracChangeset
for help on using the changeset viewer.