aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gmime-base64.h
blob: 58ddd5872211847c1eb70a363c646e2a2fca5724 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- 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 (CamelStream *input, CamelStream *output);

#endif