/usr/include/pdp/pdp_compat.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 13 14 15 16 | /*
please don't use any of these. for backwards compatibility only
*/
#ifndef PDP_COMPAT_H
#define PDP_COMPAT_H
void pdp_pass_if_valid(t_outlet *outlet, int *packet);
void pdp_replace_if_valid(int *dpacket, int *spacket);
#endif
|