added Diffbot.h

This commit is contained in:
mwells
2013-09-16 21:42:48 -06:00
parent fc692202ba
commit afd1b3a9a2

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