Changeset 57825 in vbox for trunk/include
- Timestamp:
- Sep 18, 2015 10:35:41 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102774
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mangling.h
r57822 r57825 1874 1874 # define RTUriParsedQuery RT_MANGLER(RTUriParsedQuery) 1875 1875 # define RTUriIsSchemeMatch RT_MANGLER(RTUriIsSchemeMatch) 1876 # define RTUriPath RT_MANGLER(RTUriPath)1877 1876 # define RTUtf16AllocTag RT_MANGLER(RTUtf16AllocTag) 1878 1877 # define RTUtf16CalcLatin1Len RT_MANGLER(RTUtf16CalcLatin1Len) -
trunk/include/iprt/uri.h
r57723 r57825 255 255 RTDECL(bool) RTUriIsSchemeMatch(const char *pszUri, const char *pszScheme); 256 256 257 /**258 * Extract the path out of an URI.259 *260 * @returns the path if the URI contains one, NULL otherwise.261 * @param pszUri The URI to extract from.262 * @deprecated263 */264 RTDECL(char *) RTUriPath(const char *pszUri);265 266 267 257 /** @defgroup grp_rt_uri_file RTUriFile - Uri file parsing and creation 268 258 *
Note:
See TracChangeset
for help on using the changeset viewer.