/[guile]/guile/guile-core/libguile-ltdl/guile-ltdl.h
ViewVC logotype

Diff of /guile/guile-core/libguile-ltdl/guile-ltdl.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rlb, Sat Oct 5 04:51:36 2002 UTC revision 1.2 by rlb, Wed Oct 9 21:16:18 2002 UTC
# Line 27  Software Foundation, Inc., 59 Temple Pla Line 27  Software Foundation, Inc., 59 Temple Pla
27  #define SCM_LTDL_H 1  #define SCM_LTDL_H 1
28    
29  typedef struct scm_i_lt_dlhandle_struct *scm_lt_dlhandle;  typedef struct scm_i_lt_dlhandle_struct *scm_lt_dlhandle;
30    typedef struct scm_i_lt_dlsymlist_struct scm_lt_dlsymlist;
31  typedef void * scm_lt_ptr;  typedef void * scm_lt_ptr;
32    
33  void            scm_lt_dlset_preloaded_symbols (void);  void            scm_lt_dlpreload_default (const scm_lt_dlsymlist *preloads);
34  int             scm_lt_dlinit (void);  int             scm_lt_dlinit (void);
35  scm_lt_dlhandle scm_lt_dlopenext (const char *filename);  scm_lt_dlhandle scm_lt_dlopenext (const char *filename);
36  scm_lt_ptr      scm_lt_dlsym (scm_lt_dlhandle handle, const char *name);  scm_lt_ptr      scm_lt_dlsym (scm_lt_dlhandle handle, const char *name);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26