mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-06 04:45:17 -04:00
acf2ec806b
A left over from the CVS Id removal. Also, for a few files, normalize the order in which things are declared in headers.
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
|