repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 880: Prevent SIGSEGV in init_python when -no-home is used.
[elinks.git]
/
src
/
mime
/
dialogs.h
blob
055eeab133186636447153fa2fc7c65ef09affd5
1
#ifndef EL__MIME_DIALOGS_H
2
#define EL__MIME_DIALOGS_H
3
4
struct
terminal
;
5
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
*);
9
10
#endif