ObjFW  Diff

Differences From Artifact [8d20bb8741]:

To Artifact [75baa54cee]:


181
182
183
184
185
186
187







188

/**
 * Set the fragment part of the URL.
 *
 * \param fragment The fragment part of the URL to set
 */
- (void)setFragment: (OFString*)fragment;







@end







>
>
>
>
>
>
>

181
182
183
184
185
186
187
188
189
190
191
192
193
194
195

/**
 * Set the fragment part of the URL.
 *
 * \param fragment The fragment part of the URL to set
 */
- (void)setFragment: (OFString*)fragment;

/**
 * \brief Returns the URL as a string.
 *
 * \return The URL as a string
 */
- (OFString*)string;
@end