view src/paranormal/containers.h @ 731:645849c1e725 trunk

[svn] - add a (hidden for now) configuration option, use_local_ip and local_ip which plugins can use to bind to a specific IP/interface.
author nenolod
date Mon, 26 Feb 2007 03:38:03 -0800
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 */