X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;h=8a147ba108f3e52caacfd581d72674e7fb01e459;hb=7a23ff31063e70f55eb387477130a358f0992988;hp=0ac6639a342eba1e48725d4caa8a7f7f8e8b5111;hpb=103492ea21e1a93e78e865157e811873ff4f32f8;p=idzebra-moved-to-github.git diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 0ac6639..8a147ba 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.30 2007-01-15 20:08:24 adam Exp $ +/* $Id: recctrl.h,v 1.31 2007-03-01 10:35:46 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -147,6 +147,7 @@ struct recType #define RECCTRL_EXTRACT_EOF 1 #define RECCTRL_EXTRACT_ERROR_GENERIC 2 #define RECCTRL_EXTRACT_ERROR_NO_SUCH_FILTER 3 +#define RECCTRL_EXTRACT_SKIP 4 typedef struct recTypeClass *RecTypeClass; typedef struct recTypes *RecTypes;