Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin
diff options
context:
space:
mode:
authorTommi Komulainen <tko@litl.com>2009-08-25 10:52:16 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:22 (GMT)
commit1ebd7d138620e3a0cf676a7067c4614a133eee65 (patch)
tree25310911b09f6824fa52cb80201e6dc266b20cc0 /browser-plugin
parent8c65f1fbaa96cff7a552a48617633f1b7dac7bd7 (diff)
browser-plugin: add declarations for custom NPN_* funtions
NPN_MemDup NPN_StrDup
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/browser-plugin/plugin.h b/browser-plugin/plugin.h
index 5802aab..9c24630 100644
--- a/browser-plugin/plugin.h
+++ b/browser-plugin/plugin.h
@@ -61,4 +61,7 @@ class Plugin {
EvJob *mLoadJob;
};
+void* NPN_MemDup (const void *aMem, uint32 aLen);
+char* NPN_StrDup (const char *aString);
+
#endif // __PLUGIN_H__