Changeset 2548:fe1b99691069 in roaraudio for include/libroar/ctl.h


Ignore:
Timestamp:
09/02/09 13:09:09 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_str2proto() and roar_proto2str()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/ctl.h

    r1162 r2548  
    8080int roar_ctl_m2c      (struct roar_message * m, struct roar_client * c); 
    8181 
     82int    roar_str2proto (char * proto); 
     83char * roar_proto2str (int    proto); 
     84 
    8285#endif 
    8386 
Note: See TracChangeset for help on using the changeset viewer.