head 1.2; access; symbols; locks; strict; comment @ * @; 1.2 date 2002.01.15.13.02.20; author thl; state dead; branches; next 1.1; 1.1 date 2002.01.14.15.00.37; author thl; state Exp; branches; next ; desc @@ 1.2 log @map renamed to val and basic functionality successfully verified @ text @ #include "lmtp2nntp_map.h" enum { VAR_INLINE = 1<<0, }; typedef struct { char *name; var_type_t type; union { void *p; char c; short s; int i; long l; float f; double d; } data; } var_object_t; @ 1.1 log @first cut for map library @ text @@