mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
acf2ec806b
A left over from the CVS Id removal. Also, for a few files, normalize the order in which things are declared in headers.
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
|