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
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
[0]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"
[366]27#include "poly.h"
[94]28#include "meta.h"
[320]29#include "file.h"
[321]30#include "midi.h"
[347]31#include "acl.h"
[0]32
33#endif
34
35//ll
Note: See TracBrowser for help on using the repository browser.