@@ -16,9 +16,8 @@ class Channel {
char * block_data;
bool valid;
public:
Channel(char const * ptr, size_t len);
Channel(char const * ptr, size_t len, uint32_t board);
void Print();
void Print(bool raw = false);
};
#endif /* end of include guard */
The note is not visible to the blocked user.