33#ifndef GNC_COMMODITY_HPP
34#define GNC_COMMODITY_HPP
41using CommVec = std::vector<gnc_commodity*>;
53 const std::vector<std::string>& sources_list);
66 const char * namespace_name,
67 const char * new_namespace_name);
Commodity handling public routines.
void gnc_quote_source_set_fq_installed(const char *version_string, const std::vector< std::string > &sources_list)
Update gnucash internal tables based on what Finance::Quote sources are installed.
bool gnc_commodity_table_rename_namespace(const gnc_commodity_table *table, const char *namespace_name, const char *new_namespace_name)
This function renames a namespace.