ObjFW  Diff

Differences From Artifact [13a70ec096]:

To Artifact [cc57329772]:


49
50
51
52
53
54
55
56
57
58
59

/*!
 * @brief Initializes an already allocated unsupported protocol exception.
 *
 * @param version The version which is unsupported
 * @return An initialized unsupported version exception
 */
- initWithVersion: (OFString *)version;
@end

OF_ASSUME_NONNULL_END







|



49
50
51
52
53
54
55
56
57
58
59

/*!
 * @brief Initializes an already allocated unsupported protocol exception.
 *
 * @param version The version which is unsupported
 * @return An initialized unsupported version exception
 */
- initWithVersion: (OFString *)version OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END