mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
13 lines
187 B
C
13 lines
187 B
C
|
#ifndef EL__DIALOGS_EXMODE_H
|
||
|
#define EL__DIALOGS_EXMODE_H
|
||
|
|
||
|
#include "main/module.h"
|
||
|
|
||
|
struct session;
|
||
|
|
||
|
extern struct module exmode_module;
|
||
|
|
||
|
void exmode_start(struct session *ses);
|
||
|
|
||
|
#endif
|