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:
Mike Alexander 2012-12-17 05:35:41 +00:00
parent 060492194e
commit a8ca64a2f0

View File

@ -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);