mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-04 04:14:18 -04:00
7f312c546c
as submodules
9 lines
117 B
C
9 lines
117 B
C
#ifndef EL__VIEWER_VIEWER_H
|
|
#define EL__VIEWER_VIEWER_H
|
|
|
|
struct module;
|
|
|
|
extern struct module viewer_module;
|
|
|
|
#endif
|