source: roaraudio/include/libroar/libroar.h @ 685:b05e3c0058d0

Last change on this file since 685:b05e3c0058d0 was 588:ba2e8016727e, checked in by phi, 16 years ago

added vio.h

File size: 618 bytes
RevLine 
[0]1//libroar.h:
2
3#ifndef _LIBROAR_H_
4#define _LIBROAR_H_
5
6#define ROAR_DBG_PREFIX  "libroar"
7
[474]8#include <roaraudio.h>
9
[0]10#include <fcntl.h>
[322]11#include <sys/socket.h>
12#include <netinet/in.h>
13#include <netinet/ip.h>
[501]14#ifdef ROAR_HAVE_LIBDNET
15#include <netdnet/dn.h>
16#include <netdnet/dnetdb.h>
17#endif
[529]18#ifdef ROAR_HAVE_IPX
[528]19#include <netipx/ipx.h>
20#endif
[0]21
[588]22#include "vio.h"
[0]23#include "basic.h"
24#include "stream.h"
25#include "simple.h"
26#include "auth.h"
27#include "socket.h"
28#include "ctl.h"
29#include "buffer.h"
30#include "convert.h"
[366]31#include "poly.h"
[94]32#include "meta.h"
[320]33#include "file.h"
[321]34#include "midi.h"
[347]35#include "acl.h"
[0]36
37#endif
38
39//ll
Note: See TracBrowser for help on using the repository browser.