diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-29 22:09:15 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-29 22:09:15 +0000 |
| commit | 8233a44b605f53b9e852a51efb4dca8f15635198 (patch) | |
| tree | c55d5ef893b98916d38a0be2beefc12bc35fa73d /src/engine/snapshot.h | |
| parent | 0dd86dd084d22dc766bb4231285d2ac18e3dfa65 (diff) | |
| download | zcatch-8233a44b605f53b9e852a51efb4dca8f15635198.tar.gz zcatch-8233a44b605f53b9e852a51efb4dca8f15635198.zip | |
an update :D
Diffstat (limited to 'src/engine/snapshot.h')
| -rw-r--r-- | src/engine/snapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/snapshot.h b/src/engine/snapshot.h index 9af94a3b..b0ffc768 100644 --- a/src/engine/snapshot.h +++ b/src/engine/snapshot.h @@ -41,6 +41,7 @@ struct snapshot }; void *snapshot_empty_delta(); +int snapshot_crc(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); |