summaryrefslogtreecommitdiff
path: root/base/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/common.h')
-rw-r--r--base/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/common.h b/base/common.h
index 381b6b5..ed7d59e 100644
--- a/base/common.h
+++ b/base/common.h
@@ -116,6 +116,10 @@ typedef void (*AssertLogger)(const char* function,
// only by one component.
void SetCustomAssertLogger(AssertLogger logger);
+bool IsOdd(int n);
+
+bool IsEven(int n);
+
} // namespace talk_base
#if ENABLE_DEBUG