diff options
Diffstat (limited to 'camel/providers/imap/camel-imap-command.h')
-rw-r--r-- | camel/providers/imap/camel-imap-command.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/camel/providers/imap/camel-imap-command.h b/camel/providers/imap/camel-imap-command.h index 38e290c379..a7d3c3eae9 100644 --- a/camel/providers/imap/camel-imap-command.h +++ b/camel/providers/imap/camel-imap-command.h @@ -33,12 +33,13 @@ extern "C" { #pragma } #endif /* __cplusplus }*/ -#include "camel-imap-store.h" +#include "camel-imap-types.h" +#include <glib.h> -typedef struct { +struct _CamelImapResponse { GPtrArray *untagged; char *status; -} CamelImapResponse; +}; CamelImapResponse *camel_imap_command (CamelImapStore *store, CamelFolder *folder, |