Skip to content

Commit 9958924

Browse files
committed
Fix typo in UI_method_get_opener declaration.
1 parent 93c4448 commit 9958924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deimos/openssl/ui.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ int UI_method_set_flusher(UI_METHOD* method, ExternC!(int function(UI* ui)) flus
312312
int UI_method_set_reader(UI_METHOD* method, ExternC!(int function(UI* ui, UI_STRING* uis)) reader);
313313
int UI_method_set_closer(UI_METHOD* method, ExternC!(int function(UI* ui)) closer);
314314
int UI_method_set_prompt_constructor(UI_METHOD* method, ExternC!(char* function(UI* ui, const(char)* object_desc, const(char)* object_name)) prompt_constructor);
315-
ExternC!(int function(UI*)) UI_method_get_writer(UI_METHOD* method);
315+
ExternC!(int function(UI*)) UI_method_get_opener(UI_METHOD* method);
316316
ExternC!(int function(UI*,UI_STRING*)) UI_method_get_writer(UI_METHOD* method);
317317
ExternC!(int function(UI*)) UI_method_get_flusher(UI_METHOD* method);
318318
ExternC!(int function(UI*,UI_STRING*)) UI_method_get_reader(UI_METHOD* method);

0 commit comments

Comments
 (0)