[Refdb-cvs] CVS: refdb/src noteshandler.h,1.6.2.1,1.6.2.2
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-09-21 23:30:41
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20861/src Modified Files: Tag: Release_0_9_5_stable noteshandler.h Log Message: added int share to struct Index: noteshandler.h =================================================================== RCS file: /cvsroot/refdb/refdb/src/noteshandler.h,v retrieving revision 1.6.2.1 retrieving revision 1.6.2.2 diff -u -U2 -r1.6.2.1 -r1.6.2.2 --- noteshandler.h 26 Jul 2005 20:21:45 -0000 1.6.2.1 +++ noteshandler.h 21 Sep 2005 23:30:31 -0000 1.6.2.2 @@ -46,4 +46,5 @@ unsigned long long n_note_id; /* database id of dataset */ unsigned long long n_user_id; /* database id of current user */ + int share; /* if 1, dataset is public; if 0, private */ struct elstack* ptr_first; /* start of the element stack */ struct CLIENT_REQUEST* ptr_clrequest; |