Project

General

Profile

Revision 301

changed shooters

View differences:

list.h
24 24
void         (list_push_back)(list_t *l, void *val);
25 25
void**       (list_front)(list_t *l);
26 26
void         (list_pop_front)(list_t *l);
27
list_node_t* (list_find)(list_t *l, void *val);
27 28

  
28 29
#endif //LIST_H_INCLUDED

Also available in: Unified diff