diff options
author | midipix <writeonce@midipix.org> | 2020-01-03 12:35:03 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-03 12:35:03 +0000 |
commit | 1ca93cb8960ec6de3a1fba58e6902d4791292781 (patch) | |
tree | cec3883844196e3968e121b71fe04c2ee5ec3d78 /include | |
parent | f070577e181aa6e521bcc25134528b1739585bc4 (diff) | |
download | sltdl-1ca93cb8960ec6de3a1fba58e6902d4791292781.tar.bz2 sltdl-1ca93cb8960ec6de3a1fba58e6902d4791292781.tar.xz |
sltdl.h:; add missing forward-declaration of lt_dlerror().
Diffstat (limited to 'include')
-rw-r--r-- | include/sltdl/sltdl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h index c178dea..2b9d399 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -41,6 +41,7 @@ lt_api lt_dlhandle lt_dlopenadvise(const char *, struct lt_modctl *); lt_api void * lt_dlsym(lt_dlhandle, const char *); lt_api int lt_dlclose(lt_dlhandle); +lt_api const char * lt_dlerror(void); #ifdef __cplusplus } |