mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
Fix r22656 so it compiles: delete duplicate def of scm_to_int64.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22661 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
060492194e
commit
a8ca64a2f0
@ -60,7 +60,6 @@ GSList * gnc_query_scm2path (SCM path_scm);
|
||||
SCM gnc_query2scm (QofQuery * q);
|
||||
QofQuery * gnc_scm2query (SCM query_scm);
|
||||
|
||||
gint64 scm_to_int64(SCM num);
|
||||
int gnc_gh_gint64_p(SCM num);
|
||||
|
||||
SCM gnc_numeric_to_scm(gnc_numeric arg);
|
||||
|
Loading…
Reference in New Issue
Block a user