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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser-plugin/plugin.h b/browser-plugin/plugin.h
index 75b60ee..0d037e5 100644
--- a/browser-plugin/plugin.h
+++ b/browser-plugin/plugin.h
@@ -82,7 +82,7 @@ class Plugin {
bool mCanFindOnPage;
};
-void* NPN_MemDup (const void *aMem, uint32 aLen);
+void* NPN_MemDup (const void *aMem, uint32_t aLen);
char* NPN_StrDup (const char *aString);
#endif // __PLUGIN_H__