aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-base64.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-04-19 17:50:35 +0800
committernobody <nobody@localhost>2000-04-19 17:50:35 +0800
commit17c0e71bc773de276bd37d1f17c467bfbb0ca198 (patch)
tree0bded5f4fdc715c91225d3c94fdb9e5cf5eef453 /camel/gmime-base64.h
parentf3a84bec06a82e86b7903d01e13589d0fcf4a2bc (diff)
downloadgsoc2013-evolution-EOG_0_3.tar
gsoc2013-evolution-EOG_0_3.tar.gz
gsoc2013-evolution-EOG_0_3.tar.bz2
gsoc2013-evolution-EOG_0_3.tar.lz
gsoc2013-evolution-EOG_0_3.tar.xz
gsoc2013-evolution-EOG_0_3.tar.zst
gsoc2013-evolution-EOG_0_3.zip
This commit was manufactured by cvs2svn to create tag 'EOG_0_3'.EOG_0_3
svn path=/tags/EOG_0_3/; revision=2496
Diffstat (limited to 'camel/gmime-base64.h')
-rw-r--r--camel/gmime-base64.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/camel/gmime-base64.h b/camel/gmime-base64.h
deleted file mode 100644
index 5dca9c0ff9..0000000000
--- a/camel/gmime-base64.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Base64 handlers
- *
- * Author:
- * Miguel de Icaza (miguel@kernel.org)
- */
-
-#ifndef _GMIME_BASE64_H
-#define _GMIME_BASE64_H
-
-#include "camel-stream.h"
-
-void gmime_encode_base64_to_stream (CamelStream *input, CamelStream *output);
-
-#endif