couple fixes to make MDR addons build with gcc 4.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20965 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -45,6 +45,8 @@ struct mailbox_info {
|
|||||||
BString server_mb_name;
|
BString server_mb_name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class NoopWorker;
|
||||||
|
|
||||||
class IMAP4Client : public BRemoteMailStorageProtocol {
|
class IMAP4Client : public BRemoteMailStorageProtocol {
|
||||||
public:
|
public:
|
||||||
IMAP4Client(BMessage *settings, BMailChainRunner *run);
|
IMAP4Client(BMessage *settings, BMailChainRunner *run);
|
||||||
|
|||||||
@@ -51,6 +51,8 @@
|
|||||||
# define D(x) ;
|
# define D(x) ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Function: md5_hmac
|
** Function: md5_hmac
|
||||||
** taken from the file rfc2104.txt
|
** taken from the file rfc2104.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user