aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-26 08:48:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-26 08:48:29 +0800
commit8a7da69e92e3a71c954c59944dc4455f2ab89337 (patch)
tree7cc2a29740b7cc8a9bc6b6fed975c4dc17f33433 /camel
parentfaf242365c5fac01bcf858c303f554563cf4f552 (diff)
downloadgsoc2013-evolution-8a7da69e92e3a71c954c59944dc4455f2ab89337.tar
gsoc2013-evolution-8a7da69e92e3a71c954c59944dc4455f2ab89337.tar.gz
gsoc2013-evolution-8a7da69e92e3a71c954c59944dc4455f2ab89337.tar.bz2
gsoc2013-evolution-8a7da69e92e3a71c954c59944dc4455f2ab89337.tar.lz
gsoc2013-evolution-8a7da69e92e3a71c954c59944dc4455f2ab89337.tar.xz
gsoc2013-evolution-8a7da69e92e3a71c954c59944dc4455f2ab89337.tar.zst
gsoc2013-evolution-8a7da69e92e3a71c954c59944dc4455f2ab89337.zip
#include <sys/time.h>
2002-06-25 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c: #include <sys/time.h> svn path=/trunk/; revision=17283
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/camel-gpg-context.c1
-rw-r--r--camel/camel-gpg-context.h1
3 files changed, 5 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c8c04ef5c4..04f3d9b440 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2002-06-25 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-gpg-context.c: #include <sys/time.h>
+
+2002-06-25 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-gpg-context.c (gpg_hash_str): Return the option as
--digest-algo=<micalg>
(gpg_ctx_parse_status): Decode more status information and keep
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c
index 1cea8fbe37..2150de1357 100644
--- a/camel/camel-gpg-context.c
+++ b/camel/camel-gpg-context.c
@@ -28,6 +28,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
diff --git a/camel/camel-gpg-context.h b/camel/camel-gpg-context.h
index 263e76fa0b..80417fdbcf 100644
--- a/camel/camel-gpg-context.h
+++ b/camel/camel-gpg-context.h
@@ -58,7 +58,6 @@ CamelType camel_gpg_context_get_type (void);
CamelCipherContext *camel_gpg_context_new (CamelSession *session, const char *path);
void camel_gpg_context_set_always_trust (CamelGpgContext *ctx, gboolean trust);
-gboolean camel_gpg_context_get_always_trust (CamelGpgContext *ctx);
#ifdef __cplusplus
}