Changeset 5322:b40c1d7e6bb7 in roaraudio


Ignore:
Timestamp:
12/05/11 03:07:01 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a (dummy) pointer to a loader function so deps can be loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roardl.h

    r5321 r5322  
    107107                                                 lib.global_data_pointer = (void*)&(ptr) 
    108108 
     109enum roar_dl_loadercmd { 
     110 ROAR_DL_LOADER_NOOP = 0 
     111}; 
     112 
    109113struct roar_dl_librarypara { 
    110114 int version;               // version of this struct type (must be ROAR_DL_LIBPARA_VERSION) 
     
    137141                            // Examples: libroar2, 0.5.1 
    138142 struct roar_notify_core * notifycore; 
     143 int (*loader)(struct roar_dl_librarypara * lhandle, enum roar_dl_loadercmd cmd, void * argp); 
    139144}; 
    140145 
Note: See TracChangeset for help on using the changeset viewer.