summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-03 12:35:03 +0000
committermidipix <writeonce@midipix.org>2020-01-03 12:35:03 +0000
commit1ca93cb8960ec6de3a1fba58e6902d4791292781 (patch)
treecec3883844196e3968e121b71fe04c2ee5ec3d78 /include
parentf070577e181aa6e521bcc25134528b1739585bc4 (diff)
downloadsltdl-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.h1
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
}