aboutsummaryrefslogtreecommitdiff
path: root/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'object.h')
-rw-r--r--object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/object.h b/object.h
index 1bd59ac6f..9ad4ae83e 100644
--- a/object.h
+++ b/object.h
@@ -4,6 +4,7 @@
struct object_list {
struct object *item;
struct object_list *next;
+ const char *name;
};
struct object {