From: Adam Dickmeiss Date: Thu, 5 Mar 1998 08:09:03 +0000 (+0000) Subject: Minor change to make C++ happy. X-Git-Tag: YAZ.1.8~507 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=559aecba0e61eca34706023436692ba23faa29a7 Minor change to make C++ happy. --- diff --git a/util/pquery.c b/util/pquery.c index 2a2a126..47ff25b 100644 --- a/util/pquery.c +++ b/util/pquery.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: pquery.c,v $ - * Revision 1.18 1998-02-11 11:53:36 adam + * Revision 1.19 1998-03-05 08:09:03 adam + * Minor change to make C++ happy. + * + * Revision 1.18 1998/02/11 11:53:36 adam * Changed code so that it compiles as C++. * * Revision 1.17 1997/11/24 11:33:57 adam @@ -91,7 +94,7 @@ static Z_RPNStructure *rpn_structure (struct lex_info *li, ODR o, oid_proto, int num_attr, int max_attr, int *attr_list, oid_value *attr_set); -static int query_oid_getvalbyname (struct lex_info *li) +static enum oid_value query_oid_getvalbyname (struct lex_info *li) { char buf[32];