]> code.delx.au - pulseaudio/blob - src/util.h
update todo
[pulseaudio] / src / util.h
1 #ifndef fooutilhfoo
2 #define fooutilhfoo
3
4 #include <sys/types.h>
5
6 void pa_make_nonblock_fd(int fd);
7
8 int pa_make_secure_dir(const char* dir);
9
10 ssize_t pa_loop_read(int fd, void*data, size_t size);
11 ssize_t pa_loop_write(int fd, const void*data, size_t size);
12
13 void pa_check_for_sigpipe(void);
14
15 char *pa_sprintf_malloc(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
16
17 #endif