summaryrefslogtreecommitdiff
path: root/include/hashcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r--include/hashcomp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h
index 4a5dd72ad..73d9f53f2 100644
--- a/include/hashcomp.h
+++ b/include/hashcomp.h
@@ -376,6 +376,10 @@ namespace irc
bool Deallocate(bitfield &pos);
void Toggle(bitfield &pos, bool state);
+
+ bool Get(bitfield &pos);
+
+ size_t GetSize();
};
/** The irc_char_traits class is used for RFC-style comparison of strings.