/usr/include/pdp/pdp_control.h is in pd-pdp 1:0.14.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #ifndef __PDP_CONTROL_H__
#define __PDP_CONTROL_H__
#include "pdp_pd.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
|