Update of /cvsroot/refdb/refdb/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24230
Modified Files:
noteshandler.h
Log Message:
added ptr_clrequest to struct addnotes_data
Index: noteshandler.h
===================================================================
RCS file: /cvsroot/refdb/refdb/src/noteshandler.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -U2 -r1.5 -r1.6
--- noteshandler.h 17 Jan 2004 22:50:20 -0000 1.5
+++ noteshandler.h 15 Feb 2004 23:37:57 -0000 1.6
@@ -47,4 +47,5 @@
unsigned long long n_user_id; /* database id of current user */
struct elstack* ptr_first; /* start of the element stack */
+ struct CLIENT_REQUEST* ptr_clrequest;
Lilid* ptr_id_sentinel; /* linked list for added IDs */
dbi_conn conn;
|