aboutsummaryrefslogtreecommitdiff
path: root/include/aserver.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2001-03-29 17:50:28 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2001-03-29 17:50:28 +0000
commit5b50ec848a65396d5e8be32290c4431485001ed5 (patch)
tree643d105bdf11f7b74b0d9c15eeaf84b975b0d1f6 /include/aserver.h
parentce8275b943001a1dd8e3264f0cad11ca9e3cf2bb (diff)
Lot of cleanings with the help of gcc3
Diffstat (limited to 'include/aserver.h')
-rw-r--r--include/aserver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/aserver.h b/include/aserver.h
index cc93d4b1..8f900416 100644
--- a/include/aserver.h
+++ b/include/aserver.h
@@ -18,9 +18,13 @@
*
*/
+#include <netdb.h>
#include "../src/pcm/pcm_local.h"
#include "../src/control/control_local.h"
+int receive_fd(int sock, void *data, size_t len, int *fd);
+int is_local(struct hostent *hent);
+
typedef enum _snd_dev_type {
SND_DEV_TYPE_PCM,
SND_DEV_TYPE_CONTROL,