1.1 --- a/types.h Mon Feb 11 09:50:17 2008 -0500
1.2 +++ b/types.h Fri Feb 22 12:49:13 2008 -0500
1.3 @@ -25,7 +25,7 @@
1.4
1.5 void list_set_empty(struct list_head *head);
1.6 void list_set_ptr(struct list_head *head, uint32_t ptr);
1.7 -void list_set_array(struct list_head *head, struct array *pool, struct array *items);
1.8 +void list_set_array(struct list_head *head, struct array *pool, struct array *items, int force_indirect);
1.9
1.10 struct list *list_first(struct list_head *head, struct array *pool);
1.11 struct list *list_next(struct list *list);