Changeset 5389:8a35a90b976f in roaraudio for libroar


Ignore:
Timestamp:
01/17/12 12:56:33 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

disable some not-yet-ready-for-release stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/plugincontainer.c

    r5381 r5389  
    5858} 
    5959 
    60 struct roar_plugincontainer * roar_plugincontainer_new(struct roar_dl_librarypara * default_para) { 
     60static struct roar_plugincontainer * roar_plugincontainer_new(struct roar_dl_librarypara * default_para) { 
    6161 struct roar_plugincontainer * ret = _new_init(); 
    6262 int err; 
     
    190190} 
    191191 
     192#if 0 
    192193int roar_plugincontainer_unload(struct roar_plugincontainer * cont, const char * name) { 
    193194 // get b name, then call roar_plugincontainer_unload_lhandle(). 
     
    226227 return -1; 
    227228} 
     229#endif 
    228230 
    229231// appsched: 
Note: See TracChangeset for help on using the changeset viewer.