1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/src/protocol/rewrite/rewrite.h

21 lines
258 B
C
Raw Normal View History

#ifndef EL__PROTOCOL_REWRITE_REWRITE_H
#define EL__PROTOCOL_REWRITE_REWRITE_H
#ifdef CONFIG_URI_REWRITE
#include "main/module.h"
#ifdef __cplusplus
extern "C" {
#endif
extern struct module uri_rewrite_module;
#ifdef __cplusplus
}
#endif
#endif
#endif