diff options
Diffstat (limited to 'src/pulsecore/cli.h')
-rw-r--r-- | src/pulsecore/cli.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/cli.h b/src/pulsecore/cli.h index 6077a8e8..3f7a6fa4 100644 --- a/src/pulsecore/cli.h +++ b/src/pulsecore/cli.h @@ -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); |