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