mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
add dependency script
fix some dependencies split off socket-util.c and clitext.c git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@60 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c7bd759cdb
commit
ccfd55420e
28 changed files with 456 additions and 368 deletions
17
src/socket-util.h
Normal file
17
src/socket-util.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef foosocketutilhfoo
|
||||
#define foosocketutilhfoo
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
void pa_socket_peer_to_string(int fd, char *c, size_t l);
|
||||
|
||||
int pa_socket_low_delay(int fd);
|
||||
int pa_socket_tcp_low_delay(int fd);
|
||||
|
||||
int pa_socket_set_sndbuf(int fd, size_t l);
|
||||
int pa_socket_set_rcvbuf(int fd, size_t l);
|
||||
|
||||
int pa_unix_socket_is_stale(const char *fn);
|
||||
int pa_unix_socket_remove_stale(const char *fn);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue