source: roaraudio/roard/include/roard.h @ 89:afb9697062ee

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

added meta.h

File size: 687 bytes
Line 
1//roard.h:
2
3#ifndef _ROARD_H_
4#define _ROARD_H_
5
6#include <signal.h>
7#include <sys/select.h>
8#include <roaraudio.h>
9//#include "buffer.h"
10#include "client.h"
11#include "driver.h"
12#include "output.h"
13#include "mixer.h"
14//#include "convert.h"
15#include "streams.h"
16#include "network.h"
17#include "commands.h"
18#include "req.h"
19#include "sources.h"
20#include "sample.h"
21#include "meta.h"
22
23int alive;
24
25int g_standby;
26
27int main_loop (int driver, DRIVER_USERDATA_T driver_inst, struct roar_audio_info * sa);
28void clean_quit (void);
29void clean_quit_prep (void);
30
31void on_sig_int (int signum);
32
33int g_listen_socket;
34
35int g_self_client;
36
37int g_terminate;
38
39struct roar_audio_info * g_sa;
40
41#endif
42
43//ll
Note: See TracBrowser for help on using the repository browser.