mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-27 08:56:52 -05:00
introduce pa_cli_eof_cb_t
This commit is contained in:
parent
084f4292f6
commit
5042284d45
2 changed files with 8 additions and 6 deletions
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
typedef struct pa_cli pa_cli;
|
||||
|
||||
typedef void (*pa_cli_eof_cb_t)(pa_cli *c, void *userdata);
|
||||
|
||||
/* Create a new command line session on the specified io channel owned by the specified module */
|
||||
pa_cli* pa_cli_new(pa_core *core, pa_iochannel *io, pa_module *m);
|
||||
void pa_cli_free(pa_cli *cli);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue