source: roaraudio/roard/sources.c @ 0:2a41d2f42394

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

Initial revision

File size: 253 bytes
Line 
1//sources.c:
2
3#include "roard.h"
4
5int sources_init (void) {
6 g_source_client = -1;
7 return 0;
8}
9
10
11int sources_free (void) {
12 return 0;
13}
14
15int sources_add (char * driver, char * device, char * containe, char * options, int primary) {
16 return -1;
17}
18
19//ll
Note: See TracBrowser for help on using the repository browser.