opnsense-ports/textproc/htmltolatex/files/patch-CH2L.h
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02:00

18 lines
517 B
C++

--- CH2L.h.orig Fri Feb 21 01:22:49 2003
+++ CH2L.h Fri Feb 21 02:08:08 2003
@@ -189,6 +189,7 @@
///////////////////////////////////////////////
//////////////// spidering //////////////////
+public:
struct spider_info {
std::string mUrl;
std::string mLocalTag;
@@ -200,6 +201,7 @@
friend std::ostream& operator<<(std::ostream &o,const spider_info &si);
};
+private:
typedef std::map<string,spider_info> SpiderTable_t;
SpiderTable_t mSpiderTable;
bool mSpidering; // not the first page