view src/paranormal/containers.h @ 1871:0380796ac439

Automated merge with http://hg.atheme.org/audacious-plugins
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Sep 2007 18:16:34 +0300
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 */