X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frectext.h;fp=recctrl%2Frectext.h;h=1264cf1cd01aa2d36e91e1283223cc63bfdb8e3f;hb=1300c402a9ecc32b470a7db96c0d93172ed1cf25;hp=0000000000000000000000000000000000000000;hpb=f671b6881c99082e63161c46b254d15ca9a72f22;p=idzebra-moved-to-github.git diff --git a/recctrl/rectext.h b/recctrl/rectext.h new file mode 100644 index 0000000..1264cf1 --- /dev/null +++ b/recctrl/rectext.h @@ -0,0 +1,21 @@ +/* + * Copyright (C) 1994-1996, Index Data I/S + * All rights reserved. + * Sebastian Hammer, Adam Dickmeiss + * + * $Log: rectext.h,v $ + * Revision 1.1 1996-10-11 10:57:29 adam + * New module recctrl. Used to manage records (extract/retrieval). + * + * Revision 1.1 1995/09/14 07:48:14 adam + * Record control management. + * + */ + +#ifndef RECTEXT_H +#define RECTEXT_H + +#include + +extern RecType recTypeText; +#endif