mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix function signature.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3505 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -262,10 +262,9 @@ xmlbeRunQuery (Backend *b, Query *q)
|
||||
/* ==================================================================== */
|
||||
|
||||
static void
|
||||
xmlbeBookEnd (GNCBook *book)
|
||||
xmlbeBookEnd (Backend *b)
|
||||
{
|
||||
XMLBackend *be;
|
||||
be = (XMLBackend *) xaccGNCBookGetBackend (book);
|
||||
XMLBackend *be = (XMLBackend *) b;
|
||||
|
||||
ghttp_request_destroy (be->request);
|
||||
g_free (be->query_url);
|
||||
|
||||
Reference in New Issue
Block a user