Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

char_xhash.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                                 char_xhash.h
00003                              -------------------
00004     begin                : Sat Dec 08 2001
00005     copyright            : (C) 2001-2002 by Christian Hoenig & Gunter Ohrner
00006     email                : pdepp@CustomCDROM.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00025 #undef XH_TABLE_NAME
00026 
00027 #define XH_TABLE_NAME CharHashTab
00028 
00029 #undef XH_FUNC_PFX
00030 
00031 #define XH_FUNC_PFX cxh
00032 
00033 #undef XH_KEY
00034 
00035 #define XH_KEY char*
00036 
00037 #undef XH_CARGO
00038 
00039 #define XH_CARGO char*
00040 
00041 
00042 
00043 #ifndef CHAR_XHASH_H_FLAG
00044 #define CHAR_XHASH_H_FLAG
00045 
00046 #include "xhash_tmpl_h.inc"
00047 
00048 #endif

Generated on Fri Jan 25 22:40:30 2002 for PDepp Webserver by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001