~ubuntu-branches/ubuntu/breezy/evolution-data-server/breezy

« back to all changes in this revision

Viewing changes to servers/exchange/lib/e2k-encoding-utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-10-10 11:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051010113056-rb4vj4kbs8yxft85
Tags: 1.4.1-0ubuntu3
* debian/patches/camel-imap-store.c.patch:
  - Ubuntu 17465: apply patch from
  http://bugzilla.gnome.org/attachment.cgi?id=53234&action=view
  (additional NULL pointer check)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 
2
/* Copyright (C) 2001-2004 Novell, Inc. */
 
3
 
 
4
#ifndef E2K_ENCODING_UTILS_H
 
5
#define E2K_ENCODING_UTILS_H
 
6
 
 
7
#include <glib.h>
 
8
 
 
9
char       *e2k_base64_encode (const guint8 *data, int len); 
 
10
GByteArray *e2k_base64_decode (const char *string);
 
11
 
 
12
#endif /* E2K_ENCODING_UTILS_H */