timer: use (void) for functions that take no arguments
[osmocom-bb.git] / src / msgb.c
index d2c167a..f9841ed 100644 (file)
@@ -98,3 +98,8 @@ uint16_t msgb_length(const struct msgb *msg)
 {
        return msg->len;
 }
+
+void msgb_set_talloc_ctx(void *ctx)
+{
+       tall_msgb_ctx = ctx;
+}