00001 /*! \file double_list.h 00002 Header file for double linked list API. 00003 */ 00004 00005 #ifndef DOUBLE_LINK 00006 #define DOUBLE_LINK 00007 #include "list.h" 00008 #endif 00009