summaryrefslogtreecommitdiff
path: root/include/mailutils/types.h
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2003-02-24 04:48:39 +0000
committerAlain Magloire <alainm@gnu.org>2003-02-24 04:48:39 +0000
commitd8014c1e72c664743f0a20f4011628e09e5004f8 (patch)
tree34f3ff327b481587c581e587c3c5672139b872b5 /include/mailutils/types.h
parent314b994574962fd8842f5f48f8c2e12bbe810f4f (diff)
downloadmailutils-d8014c1e72c664743f0a20f4011628e09e5004f8.tar.gz
mailutils-d8014c1e72c664743f0a20f4011628e09e5004f8.tar.bz2
Define the mailcap structure in types.h
and include <types.h> in mailcap.h
Diffstat (limited to 'include/mailutils/types.h')
-rw-r--r--include/mailutils/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mailutils/types.h b/include/mailutils/types.h
index d91976184..70a4aab25 100644
--- a/include/mailutils/types.h
+++ b/include/mailutils/types.h
@@ -57,6 +57,8 @@ struct _mailbox;
struct _mailer;
struct _message;
struct _mime;
+struct _mu_mailcap;
+struct _mu_mailcap_entry;
struct _observable;
struct _observer;
struct _property;
@@ -83,6 +85,8 @@ typedef struct _mailbox *mailbox_t;
typedef struct _mailer *mailer_t;
typedef struct _message *message_t;
typedef struct _mime *mime_t;
+typedef struct _mu_mailcap *mu_mailcap_t;
+typedef struct _mu_mailcap_entry *mu_mailcap_entry_t;
typedef struct _observable *observable_t;
typedef struct _observer *observer_t;
typedef struct _property *property_t;

Return to:

Send suggestions and report system problems to the System administrator.