documentation for lt_dlopenavise.
Reported by Anton Erti <anton@mips.complang.tuwien.ac.at>
Reported by Olly Betts <olly@survex.com>
2008-04-07 Gary V. Vaughan <gary@gnu.arg>
+ * doc/libtool.texi (Libltdl interface): Add missing
+ documentation for lt_dlopenavise.
+ Reported by Anton Erti <anton@mips.complang.tuwien.ac.at>
+
* configure.ac, libltdl/configure.ac (AM_INIT_AUTOMAKE): Use
gnu rather than gnits standards so that version number 2.2.3a
is not rejected!
- Repoted by Olly Betts <olly@survex.com>
+ Reported by Olly Betts <olly@survex.com>
2008-04-01 Gary V. Vaughan <gary@gnu.arg>
transparently.
@end deftypefun
+@deftypefun lt_dlhandle lt_dlopenadvise (const char *@var{filename}, @w{lt_dladvise *@var{advise}})
+The same as @code{lt_dlopen}, except that it also requires an additional
+argument which may contain additional hints to the underlying system
+module loader. The @var{advise} parameter is opaque and can only be
+accessed with the functions documented below.
+@end deftypefun
+
@deftypefun int lt_dladvise_init (lt_dladvise *@var{advise})
The @var{advise} parameter can be used to pass hints to the module
loader when using @code{lt_dlopenadvise} to perform the loading.