diff -r 832743d47157 -r 49deac048d07 types.h --- a/types.h Mon Feb 11 09:50:17 2008 -0500 +++ b/types.h Fri Feb 29 12:45:08 2008 -0500 @@ -25,7 +25,7 @@ void list_set_empty(struct list_head *head); void list_set_ptr(struct list_head *head, uint32_t ptr); -void list_set_array(struct list_head *head, struct array *pool, struct array *items); +void list_set_array(struct list_head *head, struct array *pool, struct array *items, int force_indirect); struct list *list_first(struct list_head *head, struct array *pool); struct list *list_next(struct list *list);