Changeset 43171 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Sep 4, 2012 5:07:27 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80557
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/string.h
r36555 r43171 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 81 81 DECLHIDDEN(int) rtUtf8Length(const char *psz, size_t cch, size_t *pcuc, size_t *pcchActual); 82 82 83 DECLHIDDEN(int) rtStrToIpAddr6Str(const char *psz, char *pszAddrOut, size_t addrOutSize, char *pszPortOut, size_t portOutSize, bool followRfc); 84 83 85 RT_C_DECLS_END 84 86
Note:
See TracChangeset
for help on using the changeset viewer.