introduce pa_cli_eof_cb_t

This commit is contained in:
Lennart Poettering 2008-08-03 16:41:52 +02:00
parent 084f4292f6
commit 5042284d45
2 changed files with 8 additions and 6 deletions

View file

@ -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);