Fix FreeBSD build
This commit is contained in:
parent
f2c7818a3c
commit
cb97189257
@ -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
|
//#define MAX_LEVEL 20
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
|
@ -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 {
|
class GThreadlist : public gwinpick {
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user