ObjFW  Diff

Differences From Artifact [4d8e830dc7]:

To Artifact [649b3c8175]:


128
129
130
131
132
133
134
135


136
137
138
139
140
141
142
128
129
130
131
132
133
134

135
136
137
138
139
140
141
142
143







-
+
+







 *
 * @param options An array of @ref of_options_parser_option_t specifying all
 *		  accepted options, terminated with an option whose short
 *		  option is `\0` and long option is `nil`.
 *
 * @return An initialized OFOptionsParser
 */
- initWithOptions: (const of_options_parser_option_t *)options;
- initWithOptions: (const of_options_parser_option_t *)options
    OF_DESIGNATED_INITIALIZER;

/*!
 * @brief Returns the next option.
 *
 * If the option is only available as a long option, `-` is returned.
 * Otherwise, the short option is returned, even if it was specified as a long
 * option.@n