aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imap.c2
-rw-r--r--rpa.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/imap.c b/imap.c
index 69920480..29ce0de9 100644
--- a/imap.c
+++ b/imap.c
@@ -716,6 +716,8 @@ static int internal_expunge(int sock)
#ifdef IMAP_UID /* not used */
expunge_uids(ctl);
#endif /* IMAP_UID */
+
+ return(PS_SUCCESS);
}
static int imap_getrange(int sock,
diff --git a/rpa.c b/rpa.c
index 4643076d..faa771bd 100644
--- a/rpa.c
+++ b/rpa.c
@@ -17,6 +17,7 @@
#include <stdio.h>
#include <unistd.h>
#include <ctype.h>
+#include <string.h>
#include "socket.h"
#include "fetchmail.h"