From 3261805fee19e346b4d1f84b23816daa1628764a Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 16 Apr 2003 09:49:22 +0000 Subject: Update from the Windows port and general cleanup/restructure --- generic/Group.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'generic/Group.h') 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 */ -- cgit v1.1