Main Page   Data Structures   File List   Globals  

umtz_list Struct Reference

An expandable list object. More...


Detailed Description

An expandable list object.

Used for caching headers, history and batches.

typedef struct umtz_list_ {
  int size, capacity;
  void* data;
} umtz_list;


The documentation for this struct was generated from the following file:
Generated at Mon Sep 10 16:42:33 2001 by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001