mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Yongun Seong's branch 'utest-gnc-pricedb-types' into stable #1784
This commit is contained in:
@@ -1499,14 +1499,16 @@ gboolean
|
||||
gnc_pricedb_foreach_price(GNCPriceDB *db,// C: 2 in 2 Local: 6:0:0
|
||||
*/
|
||||
|
||||
static void prepend_price_time64 (GNCPrice *p, GList **lst)
|
||||
static gboolean prepend_price_time64 (GNCPrice *p, GList **lst)
|
||||
{
|
||||
*lst = g_list_prepend (*lst, GUINT_TO_POINTER(gnc_price_get_time64 (p)));
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void inc_counter (GNCPrice *p, guint *count)
|
||||
static gboolean inc_counter (GNCPrice *p, guint *count)
|
||||
{
|
||||
(*count)++;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user