Update of /cvsroot/refdb/refdb/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27419
Modified Files:
Tag: Release_0_9_5_stable
xmlhandler.h
Log Message:
new member ptr_ndb_notfound in struct getbib_data
Index: xmlhandler.h
===================================================================
RCS file: /cvsroot/refdb/refdb/src/xmlhandler.h,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -U2 -r1.6 -r1.6.2.1
--- xmlhandler.h 9 Nov 2003 00:56:30 -0000 1.6
+++ xmlhandler.h 26 Jul 2004 20:41:23 -0000 1.6.2.1
@@ -59,4 +59,5 @@
int* ptr_nmem_error; /* if != 0, out of memory error occurred */
int* ptr_ndb_error; /* if != 0, database error occurred */
+ unsigned long long* ptr_ndb_notfound; /* number of refs not found in the database */
struct simple_elstack *ptr_sfirst;
struct CLIENT_REQUEST *ptr_clrequest;
|