1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00
elinks/src/mime/dialogs.h

19 lines
313 B
C
Raw Normal View History

#ifndef EL__MIME_DIALOGS_H
#define EL__MIME_DIALOGS_H
#ifdef __cplusplus
extern "C" {
#endif
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 *);
#ifdef __cplusplus
}
#endif
#endif