summaryrefslogtreecommitdiff
path: root/include/sltdl/sltdl.h
blob: 0c822e7a2488f49b96e2a94be4c467d1535c4c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef SLTDL_H
#define SLTDL_H

#include "sltdl_api.h"

#ifdef __cplusplus
extern "C" {
#endif

/**********************************************************************/
/*                                                                    */
/* this header povides projects that depend on ltdl's interfaces the  */
/* most necessary macro definitions, type definitions, and forward    */
/* declarations.                                                      */
/*                                                                    */
/* if your library or utility does not yet use libltdl, then it is    */
/* strongly recommended that you use the various posix interfaces as  */
/* defined in <dlfcn.h>, and accordingly refrain from using libsltdl  */
/* altogether.                                                        */
/*                                                                    */
/**********************************************************************/

#ifdef __cplusplus
}
#endif

#endif