aboutsummaryrefslogtreecommitdiff
path: root/libsylph/pop.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/pop.h')
-rw-r--r--libsylph/pop.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libsylph/pop.h b/libsylph/pop.h
index c3e67e89..050caf52 100644
--- a/libsylph/pop.h
+++ b/libsylph/pop.h
@@ -29,6 +29,7 @@
#include "session.h"
#include "prefs_account.h"
+#include "utils.h"
typedef struct _Pop3MsgInfo Pop3MsgInfo;
typedef struct _Pop3Session Pop3Session;
@@ -99,7 +100,7 @@ struct _Pop3MsgInfo
{
gint size;
gchar *uidl;
- time_t recv_time;
+ stime_t recv_time;
guint received : 1;
guint deleted : 1;
};
@@ -132,7 +133,7 @@ struct _Pop3Session
gboolean new_msg_exist;
gboolean uidl_is_valid;
- time_t current_time;
+ stime_t current_time;
Pop3ErrorValue error_val;
gchar *error_msg;