about summary refs log tree commit diff
path: root/src/engine/snapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/snapshot.h')
-rw-r--r--src/engine/snapshot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/snapshot.h b/src/engine/snapshot.h
index b0ffc768..e3358b1a 100644
--- a/src/engine/snapshot.h
+++ b/src/engine/snapshot.h
@@ -42,6 +42,7 @@ struct snapshot
 
 void *snapshot_empty_delta();
 int snapshot_crc(snapshot *snap);
+void snapshot_debug_dump(snapshot *snap);
 int snapshot_create_delta(snapshot *from, snapshot *to, void *data);
 int snapshot_unpack_delta(snapshot *from, snapshot *to, void *data, int data_size);