mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
misc cleanup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8568 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
63519bdf21
commit
e80567b0dc
@ -23,17 +23,13 @@
|
|||||||
/*
|
/*
|
||||||
* HISTORY:
|
* HISTORY:
|
||||||
* Copyright (c) 2001 Linux Developers Group
|
* Copyright (c) 2001 Linux Developers Group
|
||||||
* Copyright (c) 2002 Linas Vepstas <linas@linas.org>
|
* Copyright (c) 1998-2003 Linas Vepstas <linas@linas.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef GNC_SESSION_P_H
|
#ifndef GNC_SESSION_P_H
|
||||||
#define GNC_SESSION_P_H
|
#define GNC_SESSION_P_H
|
||||||
|
|
||||||
#include "BackendP.h"
|
#include "gnc-book.h"
|
||||||
#include "GNCIdP.h"
|
|
||||||
#include "TransLog.h"
|
|
||||||
#include "gnc-engine-util.h"
|
|
||||||
#include "gnc-engine.h"
|
|
||||||
#include "gnc-session.h"
|
#include "gnc-session.h"
|
||||||
|
|
||||||
struct gnc_session_struct
|
struct gnc_session_struct
|
||||||
@ -42,7 +38,7 @@ struct gnc_session_struct
|
|||||||
* by GnuCash. A session may have open multiple books. */
|
* by GnuCash. A session may have open multiple books. */
|
||||||
GList *books;
|
GList *books;
|
||||||
|
|
||||||
/* the requested book id, in the form or a URI, such as
|
/* The requested book id, in the form or a URI, such as
|
||||||
* file:/some/where, or sql:server.host.com:555
|
* file:/some/where, or sql:server.host.com:555
|
||||||
*/
|
*/
|
||||||
char *book_id;
|
char *book_id;
|
||||||
|
@ -43,12 +43,13 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
|
#include "Backend.h"
|
||||||
#include "BackendP.h"
|
#include "BackendP.h"
|
||||||
#include "TransLog.h"
|
#include "TransLog.h"
|
||||||
#include "gnc-book-p.h"
|
#include "gnc-book-p.h"
|
||||||
#include "gnc-date.h"
|
|
||||||
#include "gnc-event.h"
|
#include "gnc-event.h"
|
||||||
#include "gnc-module.h"
|
#include "gnc-module.h"
|
||||||
|
#include "gnc-session.h"
|
||||||
#include "gnc-session-p.h"
|
#include "gnc-session-p.h"
|
||||||
#include "gnc-trace.h"
|
#include "gnc-trace.h"
|
||||||
|
|
||||||
@ -639,6 +640,7 @@ gnc_session_save (GNCSession *session,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ====================================================================== */
|
/* ====================================================================== */
|
||||||
|
/* XXX what does this function do ?? */
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
gnc_session_export (GNCSession *tmp_session,
|
gnc_session_export (GNCSession *tmp_session,
|
||||||
|
Loading…
Reference in New Issue
Block a user