Delete HttpComposeAttributes.
Bug: webrtc:6424 Change-Id: Ie11def7aed5cf7721e43f23e500bdc593385b2cb Reviewed-on: https://webrtc-review.googlesource.com/33361 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21314}
This commit is contained in:
@ -23,14 +23,6 @@ namespace rtc {
|
||||
// String Encoding Utilities
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
// TODO(nisse): Used only in httpcommon.c. Delete when that file is deleted, or
|
||||
// possibly if the HttpComposeAttributes funtion can be deleted earlier.
|
||||
// Escaping prefixes illegal characters with the escape character. Compact, but
|
||||
// illegal characters still appear in the string.
|
||||
size_t escape(char * buffer, size_t buflen,
|
||||
const char * source, size_t srclen,
|
||||
const char * illegal, char escape);
|
||||
|
||||
// Note: in-place decoding (buffer == source) is allowed.
|
||||
size_t url_decode(char * buffer, size_t buflen,
|
||||
const char * source, size_t srclen);
|
||||
|
||||
Reference in New Issue
Block a user