mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
11 lines
244 B
C
11 lines
244 B
C
|
#ifndef EL__MIME_DIALOGS_H
|
||
|
#define EL__MIME_DIALOGS_H
|
||
|
|
||
|
struct terminal;
|
||
|
|
||
|
void menu_add_ext(struct terminal *, void *, void *);
|
||
|
void menu_del_ext(struct terminal *, void *, void *);
|
||
|
void menu_list_ext(struct terminal *, void *, void *);
|
||
|
|
||
|
#endif
|