mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-01-22 02:18:42 -05:00
8 lines
114 B
C++
8 lines
114 B
C++
#ifndef GB_PAGEPARSER_H_
|
|
#define GB_PAGEPARSER_H_
|
|
|
|
class TcpSocket;
|
|
class HttpRequest;
|
|
|
|
#endif // GB_PAGEPARSER_H
|