code cleanup
This commit is contained in:
parent
5fc2e009dc
commit
4585060a5a
1 changed files with 3 additions and 4 deletions
|
@ -38,7 +38,6 @@ typedef struct __list_t {
|
|||
FREELIST(p); \
|
||||
} while(0)
|
||||
|
||||
|
||||
list_t *list_new(void);
|
||||
void list_free(list_t *list);
|
||||
list_t *list_add(list_t *list, void *data);
|
||||
|
|
Loading…
Add table
Reference in a new issue