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;
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
|