forked from Mirrors/privacore-open-source-search-engine
10 lines
172 B
C++
10 lines
172 B
C++
#ifndef GB_PAGEPARSER_H_
|
|
#define GB_PAGEPARSER_H_
|
|
|
|
class TcpSocket;
|
|
class HttpRequest;
|
|
|
|
bool sendPageAnalyze ( TcpSocket *s , HttpRequest *r ) ;
|
|
|
|
#endif // GB_PAGEPARSER_H
|