~vcs-imports/gmime/master

« back to all changes in this revision

Viewing changes to gmime/gmime-cipher-context.h

  • Committer: Jeffrey Stedfast
  • Author(s): Jeffrey Stedfast
  • Date: 2004-02-27 01:25:58 UTC
  • Revision ID: git-v1:2ca4d3eaca7cc0ce213eb8d6fe2ccb935872a007
Moved here from gmime/

2004-02-26  Jeffrey Stedfast  <fejj@ximian.com>

        * util/*.[c,h]: Moved here from gmime/

        * gmime/*.h: Fixed #includes

        * gmime/cache.[c,h]: Moved to util/

        * gmime/gtrie.[c,h]: Moved to util/

        * gmime/list.[c,h]: Moved to util/

        * gmime/md5-utils.[c,h]: Moved to util/

        * gmime/memchunk.[c,h]: Moved to util/

        * gmime/url-scanner.[c,h]: Moved to util/

        * gmime/gmime-parser.c: Don't use gobject macro casts.

        * gmime/gmime-filter-md5.c: Move the MD5Context into a private
        structure so that we don't need to install md5-utils.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifndef __GMIME_CIPHER_CONTEXT_H__
25
25
#define __GMIME_CIPHER_CONTEXT_H__
26
26
 
27
 
#ifdef __cplusplus
28
 
extern "C" {
29
 
#pragma }
30
 
#endif /* __cplusplus */
31
 
 
32
27
#include <glib.h>
33
28
#include <glib-object.h>
34
29
 
35
30
#include <gmime/gmime-stream.h>
36
31
#include <gmime/gmime-session.h>
37
32
 
 
33
#ifdef __cplusplus
 
34
extern "C" {
 
35
#pragma }
 
36
#endif /* __cplusplus */
 
37
 
38
38
#define GMIME_TYPE_CIPHER_CONTEXT            (g_mime_cipher_context_get_type ())
39
39
#define GMIME_CIPHER_CONTEXT(obj)            (GMIME_CHECK_CAST ((obj), GMIME_TYPE_CIPHER_CONTEXT, GMimeCipherContext))
40
40
#define GMIME_CIPHER_CONTEXT_CLASS(klass)    (GMIME_CHECK_CLASS_CAST ((klass), GMIME_TYPE_CIPHER_CONTEXT, GMimeCipherContextClass))