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:
James LewisMoss 2001-06-04 17:05:33 +00:00
parent 53b5bc19f3
commit bc38054f36

View File

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