types.h
changeset 133 ab28214596aa
parent 118 832743d47157
child 140 017f92f7039a
     1.1 --- a/types.h	Mon Feb 11 09:50:17 2008 -0500
     1.2 +++ b/types.h	Tue Feb 26 13:47:31 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);