open-source-search-engine/Diffbot.h

11 lines
214 B
C
Raw Normal View History

2013-09-17 07:42:48 +04:00
#ifndef DIFFBOT_H
#define DIFFBOT_H
bool printCrawlBotPage ( TcpSocket *s ,
HttpRequest *hr ,
SafeBuf *injectionResponse = NULL ) ;
bool handleDiffbotRequest ( TcpSocket *s , HttpRequest *hr ) ;
#endif