aboutsummaryrefslogtreecommitdiff
path: root/generic/Group.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Group.h')
-rw-r--r--generic/Group.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/generic/Group.h b/generic/Group.h
index 14c9871..a31e06f 100644
--- a/generic/Group.h
+++ b/generic/Group.h
@@ -31,16 +31,16 @@
#define _Group_h
-Item ZnGroupHead(Item group);
-Item ZnGroupTail(Item group);
-ZnBool ZnGroupCallOm(Item group);
-ZnBool ZnGroupAtomic(Item group);
-void ZnGroupSetCallOm(Item group, ZnBool set);
-void ZnInsertDependentItem(Item item);
-void ZnExtractDependentItem(Item item);
-void ZnDisconnectDependentItems(Item item);
-void ZnGroupInsertItem(Item group, Item item, Item mark_item, ZnBool before);
-void ZnGroupExtractItem(Item item);
-void ZnGroupRemoveClip(Item group, Item clip);
+ZnItem ZnGroupHead(ZnItem group);
+ZnItem ZnGroupTail(ZnItem group);
+ZnBool ZnGroupCallOm(ZnItem group);
+ZnBool ZnGroupAtomic(ZnItem group);
+void ZnGroupSetCallOm(ZnItem group, ZnBool set);
+void ZnInsertDependentItem(ZnItem item);
+void ZnExtractDependentItem(ZnItem item);
+void ZnDisconnectDependentItems(ZnItem item);
+void ZnGroupInsertItem(ZnItem group, ZnItem item, ZnItem mark_item, ZnBool before);
+void ZnGroupExtractItem(ZnItem item);
+void ZnGroupRemoveClip(ZnItem group, ZnItem clip);
#endif /* _Group_h */