X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib%2Flist.h;h=3f701be650e681ecc8937147e08a20cd0c2a4615;hb=a3279f2d891e671cdc7dde36a48572b5572058f2;hp=0040c4d9a34f96652c941928a8f67cc6e5ce2c85;hpb=08b24cfbdc0c35af65891f5b2478dc0ee33feb7e;p=apps%2Fmadmutt.git diff --git a/lib/list.h b/lib/list.h index 0040c4d..3f701be 100644 --- a/lib/list.h +++ b/lib/list.h @@ -16,11 +16,9 @@ #ifndef _LIB_LIST_H #define _LIB_LIST_H -#include - typedef struct list2_t { void** data; - size_t length; + ssize_t length; } list2_t; /*