summaryrefslogtreecommitdiff
path: root/noncore/net/mail/pop3wrapper.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/pop3wrapper.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/pop3wrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/mail/pop3wrapper.h b/noncore/net/mail/pop3wrapper.h
index b791409..f242746 100644
--- a/noncore/net/mail/pop3wrapper.h
+++ b/noncore/net/mail/pop3wrapper.h
@@ -17,12 +17,13 @@ public:
protected:
void login();
void logout();
private:
+ RecMail *parseHeader( const char *header );
POP3account *account;
mailpop3 *m_pop3;
};
#endif