mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
make a symbol in module-ptorocol-stub static
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@78 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
554b01b6b3
commit
00b53f3f4b
2 changed files with 1 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ static const char* const valid_modargs[] = {
|
|||
NULL
|
||||
};
|
||||
|
||||
struct pa_socket_server *create_socket_server(struct pa_core *c, struct pa_modargs *ma) {
|
||||
static struct pa_socket_server *create_socket_server(struct pa_core *c, struct pa_modargs *ma) {
|
||||
struct pa_socket_server *s;
|
||||
#ifdef USE_TCP_SOCKETS
|
||||
uint32_t loopback = 0, port = IPV4_PORT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue