source: roaraudio/roard/include/network.h @ 0:2a41d2f42394

Last change on this file since 0:2a41d2f42394 was 0:2a41d2f42394, checked in by phi, 16 years ago

Initial revision

File size: 155 bytes
Line 
1//network.h:
2
3#ifndef _NETWORK_H_
4#define _NETWORK_H_
5
6#include <roaraudio.h>
7
8int net_check_listen  (void);
9
10int net_get_new_client (void);
11
12#endif
13
14//ll
Note: See TracBrowser for help on using the repository browser.