config loading is now done via bottle class method, save function also exists

This commit is contained in:
Nicholas O'Connor
2017-03-24 17:17:43 -07:00
parent 04f2c46def
commit 55787584e2
5 changed files with 62 additions and 21 deletions

View File

@@ -27,6 +27,8 @@ namespace cellar {
string path;
string canonical_path;
Bottle();
bool load_config();
bool save_config();
};
extern map<string, Bottle> get_bottles();
}