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
UTF-8: Reformat get_link_cursor_offset() a little.
[elinks.git]
/
src
/
dialogs
/
exmode.h
blob
6adf4861d41d41f5352a7f589c6b45ceecdbd6b7
1
#ifndef EL__DIALOGS_EXMODE_H
2
#define EL__DIALOGS_EXMODE_H
3
4
#include
"main/module.h"
5
6
struct
session
;
7
8
extern
struct
module exmode_module
;
9
10
void
exmode_start
(
struct
session
*
ses
);
11
12
#endif