1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00
elinks/src/protocol/about.h

17 lines
218 B
C
Raw Normal View History

#ifndef EL__PROTOCOL_ABOUT_H
#define EL__PROTOCOL_ABOUT_H
#include "protocol/protocol.h"
#ifdef __cplusplus
extern "C" {
#endif
extern protocol_handler_T about_protocol_handler;
#ifdef __cplusplus
}
#endif
#endif