Changeset 4680:ba8d3fa78895 in roaraudio


Ignore:
Timestamp:
12/22/10 02:01:48 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added small dummy plugins_reg_proto()

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/include/plugins.h

    r3517 r4680  
    4343 
    4444int plugins_reg_sched(struct roard_plugins_sched * sched); 
     45int plugins_reg_proto(struct roard_proto         * proto); 
    4546 
    4647#endif 
  • roard/plugins.c

    r3517 r4680  
    124124} 
    125125 
     126int plugins_reg_proto(struct roard_proto         * proto) { 
     127 if ( _pp == NULL ) 
     128  return -1; 
     129 
     130 return clients_register_proto(proto); 
     131} 
     132 
    126133//ll 
Note: See TracChangeset for help on using the changeset viewer.