notify: handle arbitrary tags

This commit is contained in:
moneromooo-monero
2019-01-09 14:28:42 +00:00
parent ebc60a098d
commit 842a5d8bbe
6 changed files with 113 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class Notify
public:
Notify(const char *spec);
int notify(const char *parameter);
int notify(const char *tag, const char *s, ...);
private:
std::string filename;