summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pool.h b/src/pool.h
index 6fce0c59..7e54e595 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -98,6 +98,9 @@ public:
checked_delete(pair.second);
}
+ string make_qualified_name(const commodity_t& comm,
+ const annotation_t& details);
+
commodity_t * create(const string& symbol);
commodity_t * find(const string& name);
commodity_t * find_or_create(const string& symbol);