source: roaraudio/include/libroar/libroar.h @ 501:985357040570

Last change on this file since 501:985357040570 was 501:985357040570, checked in by phi, 16 years ago

ha! It's working: RoarAudio via DECnet! :), needs cleanup

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