mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -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
|