Changeset 5125:7cbd38ce866b in roaraudio


Ignore:
Timestamp:
08/10/11 14:37:53 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected compiler attribies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/stream.h

    r5109 r5125  
    121121ssize_t roar_info2bitspersec (struct roar_audio_info * info) _LIBROAR_STREAM_STDATTRS _LIBROAR_ATTR_PURE; 
    122122 
    123 int     roar_profile2info    (struct roar_audio_info * info, const char * profile) _LIBROAR_STREAM_STDATTRS _LIBROAR_ATTR_PURE; 
    124 ssize_t roar_profiles_list   (const char ** list, size_t len, size_t offset) _LIBROAR_STREAM_STDATTRS _LIBROAR_ATTR_PURE; 
     123int     roar_profile2info    (struct roar_audio_info * info, const char * profile) _LIBROAR_STREAM_STDATTRS; 
     124ssize_t roar_profiles_list   (const char ** list, size_t len, size_t offset) _LIBROAR_STREAM_STDATTRS; 
    125125 
    126126#endif 
Note: See TracChangeset for help on using the changeset viewer.