aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-04-22 01:54:38 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-04-22 01:54:38 +0000
commit6d30b167525598d89c15c9d54f80319b5b4fa0e3 (patch)
tree22f66b947105cedff95db2372d1863876b0c09f8 /include
parent403563f5aacb9300c5865de4df36fcd8c133d314 (diff)
downloadsrc-6d30b167525598d89c15c9d54f80319b5b4fa0e3.tar.gz
src-6d30b167525598d89c15c9d54f80319b5b4fa0e3.zip
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.
Notes
Notes: svn path=/head/; revision=45929
Diffstat (limited to 'include')
-rw-r--r--include/dlfcn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dlfcn.h b/include/dlfcn.h
index 0179278fc500..0f68fe645ebd 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_ */