6 lines
198 B
C
6 lines
198 B
C
int (*read)(struct node *n, struct sample *smps[], unsigned cnt,
|
|
unsigned *release);
|
|
|
|
int (*write)(struct node *n, struct sample *smps[], unsigned cnt,
|
|
unsigned *release);
|