| Index: nss/mozilla/nsprpub/pr/include/prlink.h
|
| ===================================================================
|
| --- nss/mozilla/nsprpub/pr/include/prlink.h (revision 55475)
|
| +++ nss/mozilla/nsprpub/pr/include/prlink.h (working copy)
|
| @@ -49,7 +49,7 @@
|
|
|
| typedef struct PRStaticLinkTable {
|
| const char *name;
|
| - void (*fp)();
|
| + void (*fp)(void);
|
| } PRStaticLinkTable;
|
|
|
| /*
|
| @@ -208,7 +208,7 @@
|
| **
|
| ** This function does not modify the reference count of the library.
|
| */
|
| -typedef void (*PRFuncPtr)();
|
| +typedef void (*PRFuncPtr)(void);
|
| NSPR_API(PRFuncPtr) PR_FindFunctionSymbol(PRLibrary *lib, const char *name);
|
|
|
| /*
|
|
|