ObjFW  Diff

Differences From Artifact [5c77cce892]:

To Artifact [a68ac0b7c6]:


10
11
12
13
14
15
16
17

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

17

18
19
20
21
22
23
24







-
+
-







 */

#import "OFString.h"

extern int _OFURLEncoding_reference;

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