Files
privacore-open-source-searc…/PageParser.h
2016-08-10 18:11:51 +02:00

14 lines
218 B
C++

#ifndef GB_PAGEPARSER_H_
#define GB_PAGEPARSER_H_
// global flag
extern bool g_inPageInject ;
class TcpSocket;
class HttpRequest;
bool sendPageAnalyze ( TcpSocket *s , HttpRequest *r ) ;
#endif // GB_PAGEPARSER_H