source: roaraudio/roard/include/sources.h @ 64:93c00fbc439a

Last change on this file since 64:93c00fbc439a was 64:93c00fbc439a, checked in by phi, 16 years ago

changed some basic things to support sources

File size: 298 bytes
Line 
1//sources.h:
2
3#ifndef _SOURCES_H_
4#define _SOURCES_H_
5
6#include <roaraudio.h>
7
8int g_source_client;
9
10int sources_init (void);
11int sources_free (void);
12
13int sources_set_client (int client);
14
15int sources_add (char * driver, char * device, char * containe, char * options, int primary);
16
17#endif
18
19//ll
Note: See TracBrowser for help on using the repository browser.