Changeset 6039:51a2a06a1f1d in roaraudio


Ignore:
Timestamp:
11/06/14 12:39:09 (9 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

mark find_impl_registered() inline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarlight/slfi.c

    r5983 r6039  
    2626#include "libroarlight.h" 
    2727 
    28 static const struct roar_slfi_filter * __find_impl_registered(const char * name, struct roar_dl_lhandle ** lhandle) { 
     28static inline const struct roar_slfi_filter * __find_impl_registered(const char * name, struct roar_dl_lhandle ** lhandle) { 
    2929 const void * impl; 
    3030 size_t impl_size; 
Note: See TracChangeset for help on using the changeset viewer.