Changeset 5753:8f9452db74de in roaraudio for include/libroar/config.h


Ignore:
Timestamp:
11/16/12 13:46:25 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected compiler attriebutes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/config.h

    r5747 r5753  
    161161// Returns buffer which needs to be freed with roar_mm_free(). 
    162162// Not all paths support product/provider part. If not supported they are ignored. 
    163 char * roar_libroar_get_path(const char * name, int null_as_universal, const char * product, const char * provider); 
     163char * roar_libroar_get_path(const char * name, int null_as_universal, const char * product, const char * provider) _LIBROAR_ATTR_USE_RESULT; 
    164164 
    165165#endif 
Note: See TracChangeset for help on using the changeset viewer.