Files
privacore-open-source-searc…/PageParser.h

14 lines
218 B
C
Raw Normal View History

2016-03-08 22:14:30 +01:00
#ifndef GB_PAGEPARSER_H_
#define GB_PAGEPARSER_H_
2013-08-02 13:12:24 -07:00
// global flag
extern bool g_inPageInject ;
2016-08-10 18:11:51 +02:00
class TcpSocket;
class HttpRequest;
2013-08-02 13:12:24 -07:00
bool sendPageAnalyze ( TcpSocket *s , HttpRequest *r ) ;
2016-03-08 22:14:30 +01:00
#endif // GB_PAGEPARSER_H