Don't use engine private functions.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6068 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-11-26 08:37:35 +00:00
parent d59560593e
commit f190398a8a

View File

@ -315,7 +315,6 @@
"#include <Backend.h>\n" "#include <Backend.h>\n"
"#include <Group.h>\n" "#include <Group.h>\n"
"#include <gnc-book.h>\n" "#include <gnc-book.h>\n"
"#include <gnc-book-p.h>\n"
"#include <gnc-session.h>\n" "#include <gnc-session.h>\n"
"#include <gnc-engine-util.h>\n" "#include <gnc-engine-util.h>\n"
"#include <date.h>\n" "#include <date.h>\n"
@ -1557,15 +1556,6 @@ when no longer needed.")
'((<gnc:Book*> book)) '((<gnc:Book*> book))
"Get the book's account group.") "Get the book's account group.")
;; XXX FIXME this is a private function, should not be exported publically.
(gw:wrap-function
mod
'gnc:book-set-group
'<gw:void>
"gnc_book_set_group"
'((<gnc:Book*> book) (<gnc:AccountGroup*> group))
"Set the book's account group.")
(gw:wrap-function (gw:wrap-function
mod mod
'gnc:book-get-commodity-table 'gnc:book-get-commodity-table