summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2002-08-08 22:58:46 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2002-08-08 22:58:46 +0000
commit1927049677a4795bc2515fac5bf207d1b791da14 (patch)
tree45dbe7272306b2ff084b7b9ee868e0db1541ccc3
parentb15351a7bd1e106d86445abc1ba49de5d78c068b (diff)
downloadnspr-hg-1927049677a4795bc2515fac5bf207d1b791da14.tar.gz
sonmi, adding kirk's sunpackaging files
-rw-r--r--lib/ds/plds.def31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/ds/plds.def b/lib/ds/plds.def
new file mode 100644
index 00000000..1aefe834
--- /dev/null
+++ b/lib/ds/plds.def
@@ -0,0 +1,31 @@
+# nm -n -C -p libplds4.so | awk '/[^ ]* T PL_/ {print $3}'
+NSPR_4.1 {
+ global:
+PL_ArenaAllocate;
+PL_ArenaFinish;
+PL_ArenaGrow;
+PL_ArenaRelease;
+PL_CompactArenaPool;
+PL_CompareStrings;
+PL_CompareValues;
+PL_FinishArenaPool;
+PL_FreeArenaPool;
+PL_HashString;
+PL_HashTableAdd;
+PL_HashTableDestroy;
+PL_HashTableDump;
+PL_HashTableEnumerateEntries;
+PL_HashTableLookup;
+PL_HashTableLookupConst;
+PL_HashTableRawAdd;
+PL_HashTableRawLookup;
+PL_HashTableRawLookupConst;
+PL_HashTableRawRemove;
+PL_HashTableRemove;
+PL_InitArenaPool;
+PL_NewHashTable;
+};
+
+NSPRprivate {
+ local: *;
+};