X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fhb-import.h;fp=src%2Fhb-import.h;h=4daa8ab80eeeb112d4ec3ae223faf527cff7cf69;hb=ee5038e6ccae412295b44be762d3445419042d59;hp=95e00986671042c04a517e8986859716154a37a1;hpb=0e1e5f856e9ab5faa63fd822354781baccccbcd9;p=chaz%2Fhomebank diff --git a/src/hb-import.h b/src/hb-import.h index 95e0098..4daa8ab 100644 --- a/src/hb-import.h +++ b/src/hb-import.h @@ -215,8 +215,7 @@ GList *homebank_qif_import(ImportContext *ictx, GenFile *genfile); GList *account_import_qif(gchar *filename, ImportContext *ictx); gdouble hb_qif_parser_get_amount(gchar *string); -gboolean hb_csv_row_valid(gchar **str_array, guint nbcolumns, gint *csvtype); -gchar **hb_csv_row_get(gchar *string, gchar *delimiter, gint max_tokens); +gboolean hb_csv_test_line(gchar *rawline); #if MYDEBUG void _import_context_debug_file_list(ImportContext *ctx);