From 1ebd7d138620e3a0cf676a7067c4614a133eee65 Mon Sep 17 00:00:00 2001 From: Tommi Komulainen Date: Tue, 25 Aug 2009 10:52:16 +0000 Subject: browser-plugin: add declarations for custom NPN_* funtions NPN_MemDup NPN_StrDup --- (limited to 'browser-plugin') 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__ -- cgit v0.9.1