missing statics
[apps/madmutt.git] / lib / list.h
index 0040c4d..3f701be 100644 (file)
 #ifndef _LIB_LIST_H
 #define _LIB_LIST_H
 
-#include <sys/types.h>
-
 typedef struct list2_t {
   void** data;
-  size_t length;
+  ssize_t length;
 } list2_t;
 
 /*