forked from Mirrors/privacore-open-source-search-engine
added Diffbot.h
This commit is contained in:
10
Diffbot.h
Normal file
10
Diffbot.h
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
#ifndef DIFFBOT_H
|
||||
#define DIFFBOT_H
|
||||
|
||||
bool printCrawlBotPage ( TcpSocket *s ,
|
||||
HttpRequest *hr ,
|
||||
SafeBuf *injectionResponse = NULL ) ;
|
||||
bool handleDiffbotRequest ( TcpSocket *s , HttpRequest *hr ) ;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user