view src/rovascope/containers.h @ 516:522acbb51ecc trunk

[svn] - flac 113 plugin: get rid of http.c and http.h stuff in flac 113 as well
author giacomo
date Mon, 22 Jan 2007 09:08:16 -0800
parents 290588854a9d
children
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 */