X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Frecctrl.h;h=44d461817a9749c5b95e3d96ff85a25be9fd42ce;hp=15b7597e2d8455580adaec4536b7dafa8a69eb46;hb=10e178572346e8c5c3caaa43b803dd10c005cb5f;hpb=0a50c507e32a11d9ef0d1f8458b02590044f25d5 diff --git a/include/recctrl.h b/include/recctrl.h index 15b7597..44d4618 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.29 1999-05-20 12:57:18 adam + * Revision 1.30 1999-05-21 12:00:17 adam + * Better diagnostics for extraction process. + * + * Revision 1.29 1999/05/20 12:57:18 adam * Implemented TCL filter. Updated recctrl system. * * Revision 1.28 1999/03/02 16:15:42 quinn @@ -186,6 +189,10 @@ struct recType struct recRetrieveCtrl *ctrl); /* Retrieve proc */ }; +#define RECCTRL_EXTRACT_OK 0 +#define RECCTRL_EXTRACT_EOF 1 +#define RECCTRL_EXTRACT_ERROR 2 + typedef struct recTypes *RecTypes; RecTypes recTypes_init (data1_handle dh);