summaryrefslogtreecommitdiff
path: root/pr/include/prcmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prcmon.h')
-rw-r--r--pr/include/prcmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prcmon.h b/pr/include/prcmon.h
index 1cb21cce..073db78b 100644
--- a/pr/include/prcmon.h
+++ b/pr/include/prcmon.h
@@ -72,7 +72,7 @@ NSPR_API(PRStatus) PR_CNotifyAll(void *address);
** Set a callback to be invoked each time a monitor is recycled from the cache
** freelist, with the monitor's cache-key passed in address.
*/
-NSPR_API(void) PR_CSetOnMonitorRecycle(void (*callback)(void *address));
+NSPR_API(void) PR_CSetOnMonitorRecycle(void (PR_CALLBACK *callback)(void *address));
PR_END_EXTERN_C