mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
remove string_to_integer prototype.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4412 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
53b5bc19f3
commit
bc38054f36
@ -48,7 +48,6 @@ Timespec* dom_tree_to_timespec(xmlNodePtr node);
|
||||
gnc_numeric* dom_tree_to_gnc_numeric(xmlNodePtr node);
|
||||
gchar * dom_tree_to_text(xmlNodePtr tree);
|
||||
gboolean string_to_binary(const gchar *str, void **v, guint64 *data_len);
|
||||
gboolean string_to_integer(const char *content, gint64 *to);
|
||||
|
||||
kvp_frame* dom_tree_to_kvp_frame(xmlNodePtr node);
|
||||
kvp_value* dom_tree_to_kvp_value(xmlNodePtr node);
|
||||
|
Loading…
Reference in New Issue
Block a user