X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;h=ac5f448739b3f6a131f74d76f81cc3f77df44d25;hp=8a147ba108f3e52caacfd581d72674e7fb01e459;hb=21f90a8618faec6bee8d125c12088b74db8eb8b9;hpb=46c0e649af38cec11668a4a15ab10915b06ccbc1 diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 8a147ba..ac5f448 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.31 2007-03-01 10:35:46 adam Exp $ +/* $Id: recctrl.h,v 1.32 2007-03-14 11:48:31 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -85,6 +85,13 @@ struct ZebraRecStream { void (*destroy)(struct ZebraRecStream *s); }; +enum zebra_recctrl_action_t { + action_insert = 1, + action_replace, + action_delete, + action_update /* insert or replace as needed */ +}; + /** \brief record extract for indexing */ struct recExtractCtrl { struct ZebraRecStream *stream;