20#ifndef CSV_EXPORT_HELPERS
21#define CSV_EXPORT_HELPERS
31using StringVec = std::vector<std::string>;
38bool gnc_csv_add_line (std::ostream& ss,
const StringVec& charsvec,
39 bool use_quotes,
const char* sep);
41std::string account_get_fullname_str (
Account*);
Account handling public routines.