ObjFW  Diff

Differences From Artifact [6a1a0bcc55]:

To Artifact [eac68d8a40]:


111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
- (id)copy;

/**
 * Sets the OFString to the specified OFString.
 *
 * \param str An OFString to set the OFString to.
 */
- setTo: (OFString*)str;

/**
 * Append another OFString to the OFString.
 *
 * \param str An OFString to append
 */
- append: (OFString*)str;







|







111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
- (id)copy;

/**
 * Sets the OFString to the specified OFString.
 *
 * \param str An OFString to set the OFString to.
 */
- setTo: (const char*)str;

/**
 * Append another OFString to the OFString.
 *
 * \param str An OFString to append
 */
- append: (OFString*)str;