summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrinivas%netscape.com <devnull@localhost>1999-12-23 02:51:37 +0000
committersrinivas%netscape.com <devnull@localhost>1999-12-23 02:51:37 +0000
commit0472baeb69e5090400c9ea68bc343ac6451a0501 (patch)
treefac438d0526cdc8677fce201d8fa7cce5b7e776b
parent3fafbdab01d49df070b72ce1e31be38eb69aa21c (diff)
downloadnspr-hg-0472baeb69e5090400c9ea68bc343ac6451a0501.tar.gz
PR_FindSymbol looks up a symbol only in the specified library.
Bugzilla #16554.
-rw-r--r--pr/include/prlink.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/pr/include/prlink.h b/pr/include/prlink.h
index df1d8f8c..f6f4b5d2 100644
--- a/pr/include/prlink.h
+++ b/pr/include/prlink.h
@@ -168,9 +168,7 @@ PR_EXTERN(PRStatus) PR_UnloadLibrary(PRLibrary *lib);
** Given the name of a procedure, return the address of the function that
** implements the procedure, or NULL if no such function can be
** found. This does not find symbols in the main program (the ".exe");
-** use PR_LoadStaticLibrary to register symbols in the main program. If
-** "lib" is NULL then all currently loaded libraries and the main program
-** are searched.
+** use PR_LoadStaticLibrary to register symbols in the main program.
**
** This function does not modify the reference count of the library.
*/