One of mailcap tests failed because of changed implementation
[elinks.git] / src / mime / dialogs.h
blob055eeab133186636447153fa2fc7c65ef09affd5
1 #ifndef EL__MIME_DIALOGS_H
2 #define EL__MIME_DIALOGS_H
4 struct terminal;
6 void menu_add_ext(struct terminal *, void *, void *);
7 void menu_del_ext(struct terminal *, void *, void *);
8 void menu_list_ext(struct terminal *, void *, void *);
10 #endif