description implementation! version already has one

This commit is contained in:
Nicholas O'Connor
2017-03-24 23:37:49 -07:00
parent a5a8fb284c
commit de77c55df7
4 changed files with 54 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ using namespace std;
namespace cellar {
namespace help {
extern void set_description(string,string);
extern string get_description(string);
}
}