/[libtool]/libtool/doc/libtool.texi
ViewVC logotype

Diff of /libtool/doc/libtool.texi

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

revision 1.118 by gary, Tue Jun 26 00:50:38 2001 UTC revision 1.119 by gary, Mon Aug 13 17:25:49 2001 UTC
# Line 2735  following search paths for the module (i Line 2735  following search paths for the module (i
2735    
2736  @enumerate 1  @enumerate 1
2737  @item user-defined search path:  @item user-defined search path:
2738  This search path can be set by the program using the  This search path can be changed by the program using the
2739  functions @code{lt_dlsetsearchpath} and @code{lt_dladdsearchdir}.  functions @code{lt_dlsetsearchpath}, @code{lt_dladdsearchdir} and
2740    @code{lt_dlinsertsearchdir}.
2741    
2742  @item libltdl's search path:  @item libltdl's search path:
2743  This search path is the value of the environment variable  This search path is the value of the environment variable
# Line 2827  int main() @{ Line 2828  int main() @{
2828  @end defmac  @end defmac
2829    
2830  @deftypefun int lt_dladdsearchdir (const char *@var{search_dir})  @deftypefun int lt_dladdsearchdir (const char *@var{search_dir})
2831  Add the search directory @var{search_dir} to the user-defined library  Append the search directory @var{search_dir} to the current user-defined
2832  search path. Return 0 on success.  library search path. Return 0 on success.
2833    @end deftypefun
2834    
2835    @deftypefun int lt_dlinsertsearchdir (@w{const char *@var{before}}, @w{const char *@var{search_dir}})
2836    Insert the search directory @var{search_dir} into the user-defined library
2837    search path, immediately before the element starting at address
2838    @var{before}.  If @var{before} is @samp{NULL}, then @var{search_dir} is
2839    appending as if @code{lt_dladdsearchdir} had been called.  Return 0 on success.
2840  @end deftypefun  @end deftypefun
2841    
2842  @deftypefun int lt_dlsetsearchpath (const char *@var{search_path})  @deftypefun int lt_dlsetsearchpath (const char *@var{search_path})

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119

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