source: roaraudio/roard/include/sources.h @ 0:2a41d2f42394

Last change on this file since 0:2a41d2f42394 was 0:2a41d2f42394, checked in by phi, 16 years ago

Initial revision

File size: 260 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_add (char * driver, char * device, char * containe, char * options, int primary);
14
15#endif
16
17//ll
Note: See TracBrowser for help on using the repository browser.