Changeset 2478:d7b6f5c298ef in roaraudio for include/libroar/config.h


Ignore:
Timestamp:
08/23/09 00:25:32 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

config stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/config.h

    r2477 r2478  
    3838#include "libroar.h" 
    3939 
     40struct roar_libroar_config { 
     41 struct { 
     42  int workarounds; 
     43 } workaround; 
     44}; 
     45 
     46struct roar_libroar_config * roar_libroar_get_config_ptr(void); 
     47struct roar_libroar_config * roar_libroar_get_config(void); 
     48 
    4049#endif 
    4150 
Note: See TracChangeset for help on using the changeset viewer.