source: roaraudio/include/libroar/libroar.h @ 347:67e024bb69ef

Last change on this file since 347:67e024bb69ef was 347:67e024bb69ef, checked in by phi, 16 years ago

added acl.[ch] to libroar

File size: 464 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#include "acl.h"
27
28#endif
29
30//ll
Note: See TracBrowser for help on using the repository browser.