[Refdb-cvs] CVS: refdb/src backend-dbib.h,1.9.2.5,1.9.2.6
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-12-17 01:15:54
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23772 Modified Files: Tag: Release_0_9_5_stable backend-dbib.h Log Message: mset fixes Index: backend-dbib.h =================================================================== RCS file: /cvsroot/refdb/refdb/src/backend-dbib.h,v retrieving revision 1.9.2.5 retrieving revision 1.9.2.6 diff -u -U2 -r1.9.2.5 -r1.9.2.6 --- backend-dbib.h 2 Oct 2005 23:38:15 -0000 1.9.2.5 +++ backend-dbib.h 17 Dec 2005 01:15:44 -0000 1.9.2.6 @@ -20,4 +20,6 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ +#include "mset.h" + struct BIBCONNS { dbi_conn conn; @@ -29,5 +31,5 @@ int finish_render_dbib(char** ptr_ref, size_t* ptr_ref_len, struct BIBCONNS* ptr_bibconns, struct bibinfo* ptr_biblio_info, char* table_name, struct CLIENT_REQUEST* ptr_clrequest); int render_dbib(char** ptr_ref, size_t* ref_len, struct BIBCONNS* ptr_bibconns, dbi_result dbires, const char* database, struct bibinfo* ptr_biblio_info, char* username, char* pdfroot, int nref_counter, short title_as_author); -int format_entry(char** ptr_ref, size_t* ptr_ref_len, char* pubtype, struct BIBCONNS* ptr_bibconns, dbi_result dbiresref, dbi_result dbires, const char* database, const char* username, int nref_counter, char* current_mset, struct bibinfo* ptr_biblio_info, short title_as_author); +int format_entry(char** ptr_ref, size_t* ptr_ref_len, char* pubtype, struct BIBCONNS* ptr_bibconns, dbi_result dbiresref, dbi_result dbires, const char* database, const char* username, int nref_counter, struct mset* ptr_mset_sentinel, struct bibinfo* ptr_biblio_info, short title_as_author); char* format_refnumber(char** ptr_ref, size_t* ptr_ref_len, struct BIBCONNS* ptr_bibconns, dbi_result dbires, dbi_result dbiresref, int nref_counter, int n_intext); |