]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - support/xdlfcn.h
support: Add xdlvsym function
[thirdparty/glibc.git] / support / xdlfcn.h
index c9cd810a8a7d6a37fc2105203a232dbc8280d424..7f8d4930fc69baa3fc8db298b2cde8fb82b97f2a 100644 (file)
@@ -27,6 +27,7 @@ __BEGIN_DECLS
 void *xdlopen (const char *filename, int flags);
 void *xdlmopen (Lmid_t lmid, const char *filename, int flags);
 void *xdlsym (void *handle, const char *symbol);
+void *xdlvsym (void *handle, const char *symbol, const char *version);
 void xdlclose (void *handle);
 
 __END_DECLS