2004-06-23 23:17:30 +00:00
|
|
|
#ifndef fooutilhfoo
|
|
|
|
|
#define fooutilhfoo
|
|
|
|
|
|
2004-07-03 23:35:12 +00:00
|
|
|
#include <sys/types.h>
|
2004-06-23 23:17:30 +00:00
|
|
|
|
2004-07-03 23:35:12 +00:00
|
|
|
void pa_make_nonblock_fd(int fd);
|
2004-06-23 23:17:30 +00:00
|
|
|
|
2004-07-03 23:35:12 +00:00
|
|
|
int pa_make_secure_dir(const char* dir);
|
|
|
|
|
|
2004-07-06 00:08:44 +00:00
|
|
|
ssize_t pa_loop_read(int fd, void*data, size_t size);
|
|
|
|
|
ssize_t pa_loop_write(int fd, const void*data, size_t size);
|
|
|
|
|
|
2004-07-07 00:22:46 +00:00
|
|
|
void pa_check_for_sigpipe(void);
|
|
|
|
|
|
2004-07-10 20:56:38 +00:00
|
|
|
char *pa_sprintf_malloc(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
|
|
|
|
|
|
2004-06-23 23:17:30 +00:00
|
|
|
#endif
|