ObjFW  Diff

Differences From Artifact [88b8d3c012]:

To Artifact [860a731715]:


10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 */

#import "OFMutableString.h"

extern int _OFURLEncoding_reference;

/**
 * The OFURLEncoding category provides an easy way to encode and decode strings
 * for URLs.
 */
@interface OFString (OFURLEncoding)
/**
 * Encodes a string for use in a URL.
 *
 * \return A new autoreleased string
 */







|
|







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 */

#import "OFMutableString.h"

extern int _OFURLEncoding_reference;

/**
 * The OFString (OFURLEncoding) category provides an easy way to encode and
 * decode strings for URLs.
 */
@interface OFString (OFURLEncoding)
/**
 * Encodes a string for use in a URL.
 *
 * \return A new autoreleased string
 */