X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=eb23ab5596ffe16d1d3205b48cd2c37e22f77f32;hp=c3a38010be70bc6965747593aac38d1a896acc2a;hb=9f66d0f5a23ad4fe8359006fa82abdc20737ddf1;hpb=b3cb6ed8d36c550a2e589910ce51bbc8352ff57c diff --git a/mutt.h b/mutt.h index c3a3801..eb23ab5 100644 --- a/mutt.h +++ b/mutt.h @@ -41,9 +41,11 @@ #include #include +#include +#include +#include + #include "rfc822.h" -#include "list.h" -#include "hash.h" #include "charset.h" #include "lib/rx.h" @@ -74,13 +76,6 @@ #define M_TOKEN_COMMENT (1<<5) /* don't reap comments */ #define M_TOKEN_SEMICOLON (1<<6) /* don't treat ; as special */ -typedef struct { - char *data; /* pointer to data */ - char *dptr; /* current read/write position */ - size_t dsize; /* length of data */ - int destroy; /* destroy `data' when done? */ -} BUFFER; - typedef struct { int ch; /* raw key pressed */ int op; /* function op */