From 5042284d45b524f1201232f6c09fda65977b70cc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 3 Aug 2008 16:41:52 +0200 Subject: introduce pa_cli_eof_cb_t --- src/pulsecore/cli.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/cli.h') 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); -- cgit