aboutsummaryrefslogtreecommitdiff
path: root/inc/spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/spec.h')
-rw-r--r--inc/spec.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/inc/spec.h b/inc/spec.h
index 8bd8ace..3d8300c 100644
--- a/inc/spec.h
+++ b/inc/spec.h
@@ -10,15 +10,11 @@
struct bloc_header {
char identifier[BLOC_IDENTIFIER_LENGTH];
short length;
- void *data;
+ void *entries;
} __attribute__((packed));
struct bloc_entry {
void *expression;
} __attribute__((packed));
-struct bloc_structure {
- void *expression;
-} __attribute__((packed));
-
#endif