From cb97189257d4b399ea2556674a17730a9e7c1247 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Mon, 20 Nov 2006 15:41:40 +0000 Subject: [PATCH] Fix FreeBSD build --- golded3/gemlst.cpp | 11 ----------- golded3/geprot.h | 13 +++++++++++++ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/golded3/gemlst.cpp b/golded3/gemlst.cpp index 4d0d232..fb97c73 100644 --- a/golded3/gemlst.cpp +++ b/golded3/gemlst.cpp @@ -708,17 +708,6 @@ void MessageBrowse() { // ------------------------------------------------------------------ -class ThreadEntry { - -public: - uint32_t msgno; - uint32_t replyto; - uint32_t reply1st; - uint32_t replynext; - uint32_t replytoindex; - uint32_t level; -}; - //#define MAX_LEVEL 20 // ------------------------------------------------------------------ diff --git a/golded3/geprot.h b/golded3/geprot.h index b40c67e..b8c2955 100644 --- a/golded3/geprot.h +++ b/golded3/geprot.h @@ -216,6 +216,19 @@ void MsgThreadlist(); // ------------------------------------------------------------------ +class ThreadEntry { + +public: + uint32_t msgno; + uint32_t replyto; + uint32_t reply1st; + uint32_t replynext; + uint32_t replytoindex; + uint32_t level; +}; + +// ------------------------------------------------------------------ + class GThreadlist : public gwinpick { private: