forked from Mirrors/privacore-open-source-search-engine
14 lines
218 B
C++
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
|