Changeset 2615:a46baf00194c in roaraudio for include/libroar/ctl.h


Ignore:
Timestamp:
09/11/09 16:08:25 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_str2byteorder() and roar_byteorder2str()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/ctl.h

    r2548 r2615  
    8383char * roar_proto2str (int    proto); 
    8484 
     85int    roar_str2byteorder (char * byteorder); 
     86char * roar_byteorder2str (int    byteorder); 
     87 
    8588#endif 
    8689 
Note: See TracChangeset for help on using the changeset viewer.