e1_recorder: Add signal handlers for log file rotation + talloc report
diff --git a/src/storage.h b/src/storage.h
index d256fdc..c7c1890 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -30,6 +30,7 @@
 struct e1inp_ts;
 
 int e1frame_store(struct e1inp_ts *ts, struct msgb *msg, enum osmo_e1cap_capture_mode mode);
+void storage_close(void);
 
 struct osmo_e1cap_file;
 struct osmo_e1cap_file *osmo_e1cap_open(void *ctx, const char *path);