X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-import.h;fp=src%2Fhb-import.h;h=4daa8ab80eeeb112d4ec3ae223faf527cff7cf69;hp=95e00986671042c04a517e8986859716154a37a1;hb=e479b37a8ea13230b81b43ecba00f89586a8f91a;hpb=236cb5e47660876f46488ea8f76ecd5bebfa1fac 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);