mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +02:00
* guile-ltdl.h: add scm_lt_dlsymlist typedef.
(scm_lt_dlpreload_default): new function. Replaces scm_lt_dlset_preloaded_symbols which depended on global that libtool automagically defines in binaries, not libs.
This commit is contained in:
parent
8b1da91cd5
commit
a798ac8c42
1 changed files with 2 additions and 1 deletions
|
@ -27,9 +27,10 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|||
#define SCM_LTDL_H 1
|
||||
|
||||
typedef struct scm_i_lt_dlhandle_struct *scm_lt_dlhandle;
|
||||
typedef struct scm_i_lt_dlsymlist_struct scm_lt_dlsymlist;
|
||||
typedef void * scm_lt_ptr;
|
||||
|
||||
void scm_lt_dlset_preloaded_symbols (void);
|
||||
void scm_lt_dlpreload_default (const scm_lt_dlsymlist *preloads);
|
||||
int scm_lt_dlinit (void);
|
||||
scm_lt_dlhandle scm_lt_dlopenext (const char *filename);
|
||||
scm_lt_ptr scm_lt_dlsym (scm_lt_dlhandle handle, const char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue