aboutsummaryrefslogtreecommitdiffstats
path: root/src/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compat.h b/src/compat.h
index 4ed5733..66798f9 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -85,4 +85,6 @@ static inline uint32_t arc4random_uniform(uint32_t bound)
return ret % bound;
}
+
+typedef void callout_func_t(void *);
#endif