From: Adam Dickmeiss Date: Mon, 2 Oct 1995 15:18:09 +0000 (+0000) Subject: Minor changes. X-Git-Tag: ZEBRA.1.0~733 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=7d9731c40c9432d988f921bb999f4a371f904697;p=idzebra-moved-to-github.git Minor changes. --- diff --git a/include/recctrl.h b/include/recctrl.h index d7c4a58..c88671a 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.6 1995-10-02 15:05:26 quinn + * Revision 1.7 1995-10-02 15:18:09 adam + * Minor changes. + * + * Revision 1.6 1995/10/02 15:05:26 quinn * Added a few fields. * * Revision 1.5 1995/10/02 14:55:52 quinn @@ -65,7 +68,7 @@ struct recRetrieveCtrl { oid_value output_format; void *rec_buf; size_t rec_len; - int diagnostic; + int diagnostic; char *message; };