misc cleanup

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8568 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-06-11 01:34:35 +00:00
parent 63519bdf21
commit e80567b0dc
2 changed files with 6 additions and 8 deletions

View File

@ -23,17 +23,13 @@
/*
* HISTORY:
* 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
#define GNC_SESSION_P_H
#include "BackendP.h"
#include "GNCIdP.h"
#include "TransLog.h"
#include "gnc-engine-util.h"
#include "gnc-engine.h"
#include "gnc-book.h"
#include "gnc-session.h"
struct gnc_session_struct
@ -42,7 +38,7 @@ struct gnc_session_struct
* by GnuCash. A session may have open multiple 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
*/
char *book_id;

View File

@ -43,12 +43,13 @@
#include <glib.h>
#include "Backend.h"
#include "BackendP.h"
#include "TransLog.h"
#include "gnc-book-p.h"
#include "gnc-date.h"
#include "gnc-event.h"
#include "gnc-module.h"
#include "gnc-session.h"
#include "gnc-session-p.h"
#include "gnc-trace.h"
@ -639,6 +640,7 @@ gnc_session_save (GNCSession *session,
}
/* ====================================================================== */
/* XXX what does this function do ?? */
gboolean
gnc_session_export (GNCSession *tmp_session,