aboutsummaryrefslogtreecommitdiff
path: root/include/pdp_control.h
blob: 88c9eb4a7e6b4d1e81ce5dd13b91eb31e0b73d72 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __PDP_CONTROL_H__
#define __PDP_CONTROL_H__

struct _pdp_control;
typedef void (t_pdp_control_method_notify)(struct _pdp_control *x);

void pdp_control_notify_broadcast(t_pdp_control_method_notify *notify);
void pdp_control_addmethod(t_method m, t_symbol *s);

#endif