#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 , and accordingly refrain from using libsltdl */ /* altogether. */ /* */ /**********************************************************************/ typedef struct lt_modctx * lt_dlhandle; #ifdef __cplusplus } #endif #endif