Mercurial > hg > audiostuff
annotate intercom/tcp.h @ 3:c6c5a16ce2f2
compilation fixes
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Fri, 25 Jun 2010 09:59:25 +0200 |
parents | 13be24d74cd2 |
children |
rev | line source |
---|---|
2 | 1 /* tcp.cpp |
2 * | |
3 * Copyright (C) DFS Deutsche Flugsicherung (2004, 2005). | |
4 * All Rights Reserved. | |
5 * | |
6 * TCP server functions for IPv4 | |
7 * | |
8 * Version 0.2 | |
9 */ | |
10 | |
11 int tcp_server_init(int port); | |
12 int tcp_server_init2(int listen_fd); | |
13 int socket_async(char *addr, int port); |