1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/dialogs/exmode.h

21 lines
256 B
C
Raw Normal View History

#ifndef EL__DIALOGS_EXMODE_H
#define EL__DIALOGS_EXMODE_H
#include "main/module.h"
#ifdef __cplusplus
extern "C" {
#endif
struct session;
extern struct module exmode_module;
void exmode_start(struct session *ses);
#ifdef __cplusplus
}
#endif
#endif