Changeset 5640:00dd1147ce70 in roaraudio for roard/include/client.h


Ignore:
Timestamp:
09/10/12 16:18:22 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed support for roard's proto support (replaced by CPI) (Closes: #278)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/client.h

    r5607 r5640  
    8989enum roard_proto_type { 
    9090 ROARD_PROTO_TYPE_BUILDIN = 0, 
    91  ROARD_PROTO_TYPE_ROARDPROTO = 1, 
     91// ROARD_PROTO_TYPE_ROARDPROTO = 1, // old. Removed in 1.0beta6. 
    9292 ROARD_PROTO_TYPE_COMMON = 2 
    9393}; 
     
    101101 union { 
    102102  int buildin; // dummy 
    103   struct roard_proto roardproto; 
    104   // add common here when ready. 
    105103  const struct roar_dl_proto * common; 
    106104 } impl; 
     
    143141const struct roard_proto_handle * clients_get_protohandle(const int proto); 
    144142int clients_register_proto_common(const struct roar_dl_proto * proto, struct roar_dl_lhandle * lhandle); 
    145 int clients_register_proto  (struct roard_proto * proto, struct roar_dl_lhandle * lhandle); 
    146143int clients_unregister_proto(int proto); 
    147144void print_protolist        (enum output_format format); 
Note: See TracChangeset for help on using the changeset viewer.