client: add tag_mask attribute
The "tagtypes" command now has several sub commands which can be used to edit that mask.
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
#include "util/FormatString.hxx"
|
||||
#include "util/AllocatedString.hxx"
|
||||
|
||||
TagMask
|
||||
Response::GetTagMask() const
|
||||
{
|
||||
return GetClient().tag_mask;
|
||||
}
|
||||
|
||||
bool
|
||||
Response::Write(const void *data, size_t length)
|
||||
{
|
||||
|
Reference in New Issue
Block a user