source: roaraudio/include/libroar/libroar.h @ 322:052bfe12ca96

Last change on this file since 322:052bfe12ca96 was 322:052bfe12ca96, checked in by phi, 16 years ago

set IPTOS_LOWDELAY on TCP sockets

File size: 447 bytes
Line 
1//libroar.h:
2
3#ifndef _LIBROAR_H_
4#define _LIBROAR_H_
5
6#define ROAR_DBG_PREFIX  "libroar"
7
8#include <fcntl.h>
9#include <sys/socket.h>
10#include <netinet/in.h>
11#include <netinet/ip.h>
12
13#include <roaraudio.h>
14#include "basic.h"
15#include "stream.h"
16#include "simple.h"
17#include "auth.h"
18#include "socket.h"
19#include "ctl.h"
20#include "buffer.h"
21#include "convert.h"
22#include "math.h"
23#include "meta.h"
24#include "file.h"
25#include "midi.h"
26
27#endif
28
29//ll
Note: See TracBrowser for help on using the repository browser.