summaryrefslogtreecommitdiff
path: root/inc/demo.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/demo.h')
-rw-r--r--inc/demo.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/inc/demo.h b/inc/demo.h
index 573e779..cbd10ec 100644
--- a/inc/demo.h
+++ b/inc/demo.h
@@ -63,8 +63,18 @@ typedef struct
typedef struct
{
- int datasize;
- char *data;
+ unsigned short type;
+ unsigned short id;
+ int size;
+ int *data;
+} demodeltaitem;
+
+typedef struct
+{
+ int numremoveditems;
+ int numitemdeltas;
+ int *removeditemkeys;
+ demodeltaitem *itemdeltas;
} demodelta;
typedef struct