[Refdb-devel] CVS: refdb/src backend.h,1.19,1.20
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2003-12-21 23:03:47
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1:/tmp/cvs-serv32593/src Modified Files: backend.h Log Message: renamed get_refdb_note_note_copy() to get_refdb_note_content_copy(); new functions get_refdb_note_content_type() and get_refdb_note_content_xmllang() Index: backend.h =================================================================== RCS file: /cvsroot/refdb/refdb/src/backend.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -U2 -r1.19 -r1.20 --- backend.h 4 Nov 2003 23:26:00 -0000 1.19 +++ backend.h 21 Dec 2003 23:03:39 -0000 1.20 @@ -95,5 +95,7 @@ const char* get_refdb_note_key(dbi_result dbires); char* get_refdb_note_title_copy(dbi_result dbires); -char* get_refdb_note_note_copy(dbi_result dbires); +char* get_refdb_note_content_copy(dbi_result dbires); +const char* get_refdb_note_content_type(dbi_result dbires); +const char* get_refdb_note_content_xmllang(dbi_result dbires); dbi_result request_notes_by_ref(dbi_conn conn, unsigned long long n_id, int mode, const char* user); int free_request_notes_by_ref(dbi_conn conn); |