add list_head typedef
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 2 Apr 2008 14:09:23 +0000 (14:09 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 2 Apr 2008 14:09:23 +0000 (14:09 +0000)
[r19067]

include/libfirm/adt/list.h

index 92007c4..d77eb29 100644 (file)
@@ -18,6 +18,7 @@
 #include "firm_config.h"
 #include <stdlib.h>
 
+typedef struct list_head list_head;
 struct list_head {
        struct list_head *next, *prev;
 };