commit ecf441ba9e2f7e72bf880fe9af89a61ed7ea6899 from: matthias date: Wed Dec 13 20:27:07 2006 UTC - Remove useless define - Test CVS diff within CVS commit mail notifications :) commit - acb3e90c7af9ff3997912790387df5d0e128ae86 commit + ecf441ba9e2f7e72bf880fe9af89a61ed7ea6899 blob - 2a24181ebf32ce503ddd4e29fd7aa2b0a2c06578 blob + 91ea27326c44184ded436eeab53896017b7f830e --- list.h +++ list.h @@ -1,8 +1,6 @@ #ifndef __LIST_H #define __LIST_H -#define OPT_LEN 312 - struct list * list_create_list(); void list_insert_node(struct list *list, void *content, unsigned int code); void list_free_list(struct list *list);