summaryrefslogtreecommitdiffstats
path: root/include/dlfcn.h
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-04-22 01:54:38 +0000
committerjdp <jdp@FreeBSD.org>1999-04-22 01:54:38 +0000
commite206feb881b2449b788dd08966c4ee32cea05638 (patch)
tree45bafe2cb0f8177c8537709569f2cc035a17520a /include/dlfcn.h
parent6b5c8c5794b0df9b362ef8854662a2fb79770d5d (diff)
downloadFreeBSD-src-e206feb881b2449b788dd08966c4ee32cea05638.zip
FreeBSD-src-e206feb881b2449b788dd08966c4ee32cea05638.tar.gz
Back out my change from 6 April PDT that added a new dlversion()
function. It was an ill-considered feature. It didn't solve the problem I wanted it to solve. And it added Yet Another Version Number that would have to be maintained at every release point. I'm nuking it now before anybody grows too fond of it.
Diffstat (limited to 'include/dlfcn.h')
-rw-r--r--include/dlfcn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 0179278..0f68fe6 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -66,7 +66,6 @@ int dlclose __P((void *));
const char *dlerror __P((void));
void *dlopen __P((const char *, int));
void *dlsym __P((void *, const char *));
-int dlversion __P((void));
__END_DECLS
#endif /* !_DLFCN_H_ */
OpenPOWER on IntegriCloud