0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00
Files
elinks/src/protocol/gopher/gopher.h
2005-10-21 09:14:07 +02:00

18 lines
310 B
C

#ifndef EL__PROTOCOL_GOPHER_GOPHER_H
#define EL__PROTOCOL_GOPHER_GOPHER_H
#include "main/module.h"
#include "protocol/protocol.h"
#ifdef CONFIG_GOPHER
extern protocol_handler_T gopher_protocol_handler;
#else
#define gopher_protocol_handler NULL
#endif
extern struct module gopher_protocol_module;
#endif