Changeset 4680:ba8d3fa78895 in roaraudio for roard/plugins.c


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

added small dummy plugins_reg_proto()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.