Files

10 lines
172 B
C
Raw Permalink 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
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