X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsnull.h;h=14548fe2449fc1c3963e80688492aebc78fc59e4;hb=bceca936710690858ea162e7bc22de819f0e280f;hp=e4ac4c30cacf02fda6622229904f78dde9993314;hpb=c0c85097014e5b007075ab71d9b5bee412e28dd5;p=idzebra-moved-to-github.git diff --git a/include/rsnull.h b/include/rsnull.h index e4ac4c3..14548fe 100644 --- a/include/rsnull.h +++ b/include/rsnull.h @@ -1,10 +1,16 @@ /* - * Copyright (C) 1994-1997, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: rsnull.h,v $ - * Revision 1.2 1997-09-05 15:30:05 adam + * Revision 1.4 1999-02-02 14:50:42 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.3 1998/03/05 08:37:44 adam + * New result set model. + * + * Revision 1.2 1997/09/05 15:30:05 adam * Changed prototype for chr_map_input - added const. * Added support for C++, headers uses extern "C" for public definitions. * @@ -22,7 +28,14 @@ extern "C" { #endif -extern const rset_control *rset_kind_null; +typedef struct rset_null_parms +{ + int key_size; + char *temp_path; + RSET_TERM rset_term; +} rset_null_parms; + +extern const struct rset_control *rset_kind_null; #ifdef __cplusplus }