Changeset 5194:b40015b16ff2 in roaraudio for roard/sources.c


Ignore:
Timestamp:
10/23/11 12:21:39 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make more use of /extern/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/sources.c

    r5162 r5194  
    2828#ifndef ROAR_WITHOUT_DCOMP_SOURCES 
    2929 
     30static int g_source_client = -1; 
     31 
    3032#define ROAR_SOURCE_DEFAULT "cf" 
    3133 
     
    4547 
    4648int sources_init (void) { 
    47  g_source_client = -1; 
    4849 return 0; 
    4950} 
Note: See TracChangeset for help on using the changeset viewer.