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