From dc0a875dd3e3c3269ac1822ba6f7cfefacbe15bd Mon Sep 17 00:00:00 2001 From: lecoanet Date: Thu, 11 May 2000 13:59:01 +0000 Subject: *** empty log message *** --- generic/List.h | 33 --------------------------------- 1 file changed, 33 deletions(-) (limited to 'generic/List.h') diff --git a/generic/List.h b/generic/List.h index 1eab580..4bf5d8d 100644 --- a/generic/List.h +++ b/generic/List.h @@ -36,46 +36,13 @@ extern "C" { #endif -/* - ********************************************************************************** - * - * Included files - * - ********************************************************************************** - */ - - -/* - ********************************************************************************** - * - * Constants - * - ********************************************************************************** - */ - #define ZnListHead 0 #define ZnListTail (~(1 << ((8*sizeof(int)) - 1))) -/* - ********************************************************************************** - * - * New types - * - ********************************************************************************** - */ - typedef void *ZnList; -/* - ********************************************************************************** - * - * Prototypes - * - ********************************************************************************** - */ - ZnList ZnListNew(int /* initial_size */, int /* element_size */); ZnList ZnListDuplicate(ZnList /* list */); -- cgit v1.1