From e20d5ae3622d5d656dc28d7a090aee76b08158b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADn?= Date: Sun, 7 Sep 2003 20:01:24 +0000 Subject: updating pdp to current version 0.12.2 svn path=/trunk/externals/pdp/; revision=936 --- include/pdp_control.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/pdp_control.h (limited to 'include/pdp_control.h') diff --git a/include/pdp_control.h b/include/pdp_control.h new file mode 100644 index 0000000..88c9eb4 --- /dev/null +++ b/include/pdp_control.h @@ -0,0 +1,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 -- cgit v1.2.1