diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-04-22 01:54:38 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-04-22 01:54:38 +0000 |
| commit | 6d30b167525598d89c15c9d54f80319b5b4fa0e3 (patch) | |
| tree | 22f66b947105cedff95db2372d1863876b0c09f8 /include/dlfcn.h | |
| parent | 403563f5aacb9300c5865de4df36fcd8c133d314 (diff) | |
Notes
Diffstat (limited to 'include/dlfcn.h')
| -rw-r--r-- | include/dlfcn.h | 1 |
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_ */ |
