~ubuntu-branches/ubuntu/precise/evolution-data-server/precise-proposed

« back to all changes in this revision

Viewing changes to camel/camel-sasl-anonymous.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-27 11:45:30 UTC
  • mfrom: (1.1.90 upstream)
  • Revision ID: james.westby@ubuntu.com-20110727114530-v4ntbu728os68b0b
Tags: 3.1.4-0ubuntu1
* New upstream version.
* debian/patches/999git_EDS_3_1_3_1_to_f94a069.patch: drop, included in
  the upstream 3.1.4 tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#ifndef CAMEL_SASL_ANONYMOUS_H
28
28
#define CAMEL_SASL_ANONYMOUS_H
29
29
 
 
30
#include <camel/camel-enums.h>
30
31
#include <camel/camel-sasl.h>
31
32
 
32
33
/* Standard GObject macros */
53
54
typedef struct _CamelSaslAnonymous CamelSaslAnonymous;
54
55
typedef struct _CamelSaslAnonymousClass CamelSaslAnonymousClass;
55
56
 
56
 
typedef enum {
57
 
        CAMEL_SASL_ANON_TRACE_EMAIL,
58
 
        CAMEL_SASL_ANON_TRACE_OPAQUE,
59
 
        CAMEL_SASL_ANON_TRACE_EMPTY
60
 
} CamelSaslAnonTraceType;
61
 
 
62
57
struct _CamelSaslAnonymous {
63
58
        CamelSasl parent;
64
59