Changeset 5769:c0b2186fc394 in roaraudio


Ignore:
Timestamp:
11/22/12 00:11:52 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

yet another type correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roardl.h

    r5768 r5769  
    394394 // get_api returns a pointer to a struct with the API. 
    395395 // The api is specific to [appname, appabi, servicename, serviceabi]. 
    396  const void * (*get_api)(struct roar_dl_service * service, struct roar_dl_librarypara * para); 
     396 const void * (*get_api)(const struct roar_dl_service * service, struct roar_dl_librarypara * para); 
    397397}; 
    398398 
Note: See TracChangeset for help on using the changeset viewer.