[Refdb-devel] CVS: refdb/src noteshandler.h,1.3,1.4
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2003-12-21 23:11:44
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1:/tmp/cvs-serv1547/src Modified Files: noteshandler.h Log Message: removed day and month, added content_type and content_xmllang members from/to addnotes_data Index: noteshandler.h =================================================================== RCS file: /cvsroot/refdb/refdb/src/noteshandler.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -U2 -r1.3 -r1.4 --- noteshandler.h 9 Nov 2003 00:52:56 -0000 1.3 +++ noteshandler.h 21 Dec 2003 23:11:38 -0000 1.4 @@ -22,8 +22,8 @@ struct addnotes_data { char year[5]; - char month[3]; - char day[3]; char date_buffer[12]; char real_key[256]; + char content_type[256]; + char content_xmllang[256]; char user[DBUSER_LENGTH]; char* msgpool; |