ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/libltdl/ltdl.h
(Generate patch)

Comparing ircd-hybrid/branches/8.1.x/libltdl/ltdl.h (file contents):
Revision 4911 by michael, Thu Apr 25 18:01:53 2013 UTC vs.
Revision 4912 by michael, Sat Nov 22 22:23:40 2014 UTC

# Line 1 | Line 1
1   /* ltdl.h -- generic dlopen functions
2  
3 <   Copyright (C) 1998-2000, 2004, 2005,
4 <                 2007, 2008 Free Software Foundation, Inc.
3 >   Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2014 Free
4 >   Software Foundation, Inc.
5     Written by Thomas Tanner, 1998
6  
7     NOTE: The canonical source of this file is maintained with the
# Line 30 | Line 30 | or obtained by writing to the Free Softw
30   */
31  
32   /* Only include this header file once. */
33 < #if !defined(LTDL_H)
33 > #if !defined LTDL_H
34   #define LTDL_H 1
35  
36   #include <libltdl/lt_system.h>
# Line 57 | Line 57 | LT_SCOPE int       lt_dlexit           (void);
57   LT_SCOPE int        lt_dladdsearchdir    (const char *search_dir);
58   LT_SCOPE int        lt_dlinsertsearchdir (const char *before,
59                                                    const char *search_dir);
60 < LT_SCOPE int        lt_dlsetsearchpath   (const char *search_path);
60 > LT_SCOPE int        lt_dlsetsearchpath   (const char *search_path);
61   LT_SCOPE const char *lt_dlgetsearchpath  (void);
62   LT_SCOPE int        lt_dlforeachfile     (
63                          const char *search_path,
# Line 160 | Line 160 | LT_SCOPE int       lt_dlisresident     (lt_dlh
160  
161   LT_END_C_DECLS
162  
163 < #endif /*!defined(LTDL_H)*/
163 > #endif /*!defined LTDL_H*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines