diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-26 08:48:29 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-26 08:48:29 +0800 |
commit | 8a7da69e92e3a71c954c59944dc4455f2ab89337 (patch) | |
tree | 7cc2a29740b7cc8a9bc6b6fed975c4dc17f33433 /camel/camel-gpg-context.h | |
parent | faf242365c5fac01bcf858c303f554563cf4f552 (diff) | |
download | gsoc2013-evolution-8a7da69e92e3a71c954c59944dc4455f2ab89337.tar.gz 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/camel-gpg-context.h')
-rw-r--r-- | camel/camel-gpg-context.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |