Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser-plugin/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'browser-plugin/plugin.h')
-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__