mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
add version routines to polyplib
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@139 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ac595189fd
commit
befd734aac
5 changed files with 73 additions and 31 deletions
|
|
@ -532,3 +532,7 @@ struct pa_operation* pa_context_send_simple_command(struct pa_context *c, uint32
|
|||
|
||||
return pa_operation_ref(o);
|
||||
}
|
||||
|
||||
const char* pa_get_library_version(void) {
|
||||
return PACKAGE_VERSION;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue