blob: cec6ede0a8fd96a501616684d2e9fef8628734d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-src_npupp.h,v 1.1 2011/12/29 16:34:03 joerg Exp $
--- src/npupp.h.orig 2011-12-29 14:02:31.000000000 +0000
+++ src/npupp.h
@@ -700,7 +700,7 @@ extern "C" {
/* plugin meta member functions */
- NP_EXPORT(char *) NP_GetMIMEDescription(void);
+ NP_EXPORT(const char *) NP_GetMIMEDescription(void);
NP_EXPORT(NPError) NP_Initialize(NPNetscapeFuncs *, NPPluginFuncs *);
NP_EXPORT(NPError) NP_Shutdown(void);
NP_EXPORT(NPError) NP_GetValue(void *future, NPPVariable aVariable, void *aValue);
|