pike.git
/
src
/
mapping.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/mapping.h:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/
+
+
/*
+
* $Id: mapping.h,v 1.10 1998/03/28 15:12:50 grubba Exp $
+
*/
#ifndef MAPPING_H #define MAPPING_H #include "las.h" struct mapping { INT32 refs, size, hashsize; TYPE_FIELD ind_types, val_types; struct mapping *next, *prev;