Changeset 4502:cee57ed26316 in roaraudio for include/libroar/caps.h


Ignore:
Timestamp:
10/13/10 03:04:35 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added functions to look up standards names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/caps.h

    r4498 r4502  
    6060int roar_stds_free(struct roar_stds * stds); 
    6161 
     62int roar_stds_str2vendor(const char * vendor); 
     63const char * roar_stds_vendor2str(const int vendor); 
     64 
    6265#endif 
    6366 
Note: See TracChangeset for help on using the changeset viewer.