summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ui/ui.h')
-rw-r--r--crypto/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ui/ui.h b/crypto/ui/ui.h
index 4d8eab87d0..580b7d7fc9 100644
--- a/crypto/ui/ui.h
+++ b/crypto/ui/ui.h
@@ -271,6 +271,7 @@ enum UI_string_types
/* Create and manipulate methods */
UI_METHOD *UI_create_method(char *name);
+void UI_destroy_method(UI_METHOD *ui_method);
int UI_method_set_opener(UI_METHOD *method, int (*opener)(UI *ui));
int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
int UI_method_set_flusher(UI_METHOD *method, int (*flusher)(UI *ui));