ObjFW  Diff

Differences From Artifact [aa01340072]:

To Artifact [caaae87364]:


13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include <stdarg.h>

#import "OFString.h"

/**
 * A class for storing and modifying strings.
 */
@interface OFMutableString: OFString
/**
 * Sets the OFString to the specified OFString.
 *
 * \param str An OFString to set the OFString to.
 */
- setToCString: (const char*)str;








|







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include <stdarg.h>

#import "OFString.h"

/**
 * A class for storing and modifying strings.
 */
@interface OFMutableString: OFString {}
/**
 * Sets the OFString to the specified OFString.
 *
 * \param str An OFString to set the OFString to.
 */
- setToCString: (const char*)str;