X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;h=abc83575686828e0083f57202b0874b2e132de53;hb=3c4d4c20c0735741737e66cf8d270a87fa7eb58e;hp=0a1d56758aa877a950d8953e4d9add7d59679f17;hpb=0d1f1699d41eec211295db7e1cdaae5bc1104837;p=idzebra-moved-to-github.git diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 0a1d567..abc8357 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.8 2005-03-05 09:19:14 adam Exp $ +/* $Id: recctrl.h,v 1.9 2005-03-31 12:42:06 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -98,6 +98,7 @@ typedef struct recType *RecType; struct recType { + int version; char *name; /* Name of record type */ void *(*init)(Res res, RecType recType); /* Init function - called once */ void (*config)(void *clientData, Res res, const char *args); /* Config */