1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/dialogs/exmode.h

13 lines
187 B
C
Raw Normal View History

#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