Blob Blame History Raw
#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