diff options
author | midipix <writeonce@midipix.org> | 2019-10-27 15:54:47 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-27 15:54:47 +0000 |
commit | 6a39037a9d203f5d1b16570a17a47bd554823a75 (patch) | |
tree | c31fabeba86b8a9712dd5d2810c659c674c0f7df /include | |
parent | b3258d8df820600ad2648a890c4efba300be1de4 (diff) | |
download | sltdl-6a39037a9d203f5d1b16570a17a47bd554823a75.tar.bz2 sltdl-6a39037a9d203f5d1b16570a17a47bd554823a75.tar.xz |
sltdl.h: added api note.
Diffstat (limited to 'include')
-rw-r--r-- | include/sltdl/sltdl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h index 9d3aaac..0c822e7 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -7,6 +7,19 @@ 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 |