mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-29 08:17:18 -04:00
9 lines
149 B
C
9 lines
149 B
C
|
#ifndef EL__PROTOCOL_ABOUT_H
|
||
|
#define EL__PROTOCOL_ABOUT_H
|
||
|
|
||
|
#include "protocol/protocol.h"
|
||
|
|
||
|
extern protocol_handler_T about_protocol_handler;
|
||
|
|
||
|
#endif
|