1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-29 08:17:18 -04:00
elinks/src/protocol/about.h

9 lines
149 B
C
Raw Normal View History

#ifndef EL__PROTOCOL_ABOUT_H
#define EL__PROTOCOL_ABOUT_H
#include "protocol/protocol.h"
extern protocol_handler_T about_protocol_handler;
#endif