X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frstemp.h;fp=include%2Frstemp.h;h=6fffa853e21fd0ae1ddd4652576b79b6945554ce;hb=c427496a1254a039887e02c8bb7ce1d673bb251b;hp=141d163867216d696bbb513c15f7a451c5e83dab;hpb=b879b04a092d5b00cc866cf16f755e55053d2e89;p=idzebra-moved-to-github.git diff --git a/include/rstemp.h b/include/rstemp.h index 141d163..6fffa85 100644 --- a/include/rstemp.h +++ b/include/rstemp.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rstemp.h,v $ - * Revision 1.1 1994-11-04 13:21:23 quinn + * Revision 1.2 1995-09-04 15:20:13 adam + * More work on temp sets. is_open member removed. + * + * Revision 1.1 1994/11/04 13:21:23 quinn * Working. * */ @@ -16,4 +19,9 @@ extern const rset_control *rset_kind_temp; +typedef struct rset_temp_parms +{ + int key_size; +} rset_temp_parms; + #endif