Diff for /np2/common/lstarray.h between versions 1.2 and 1.3

version 1.2, 2004/01/09 04:36:02 version 1.3, 2005/02/07 14:46:08
Line 19  void *listarray_append(LISTARRAY laHandl Line 19  void *listarray_append(LISTARRAY laHandl
 void *listarray_getitem(LISTARRAY laHandle, UINT num);  void *listarray_getitem(LISTARRAY laHandle, UINT num);
 UINT listarray_getpos(LISTARRAY laHandle, void *vpItem);  UINT listarray_getpos(LISTARRAY laHandle, void *vpItem);
 void *listarray_enum(LISTARRAY laHandle,  void *listarray_enum(LISTARRAY laHandle,
                                 BOOL (*cbProc)(void *vpItem, void *vpArg), void *vpArg);                                  BRESULT (*cbProc)(void *vpItem, void *vpArg), void *vpArg);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>