mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
basic cli interface
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@22 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
eb946dbdbe
commit
993d1bce74
21 changed files with 505 additions and 49 deletions
|
|
@ -11,7 +11,6 @@ struct client {
|
|||
const char *protocol_name;
|
||||
|
||||
void (*kill)(struct client *c);
|
||||
|
||||
void *userdata;
|
||||
};
|
||||
|
||||
|
|
@ -24,4 +23,6 @@ void client_free(struct client *c);
|
|||
* request destruction of the client */
|
||||
void client_kill(struct client *c);
|
||||
|
||||
char *client_list_to_string(struct core *c);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue