Mercurial > audlegacy-plugins
view src/paranormal/containers.h @ 1445:580f1b971518
we're looking for the name of the codec here, not tag.year(), thanks.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 10 Aug 2007 12:35:20 -0500 |
parents | fd9c0a5871ac |
children | 3b034150d31e |
line wrap: on
line source
#ifndef _CONTAINERS_H #define _CONTAINERS_H void container_add_actuator (struct pn_actuator *container, struct pn_actuator *a); void container_remove_actuator (struct pn_actuator *container, struct pn_actuator *a); void container_unlink_actuators (struct pn_actuator *container); #endif /* _CONTAINERS_H */