summaryrefslogtreecommitdiff
path: root/pr/include/prtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/prtime.h')
-rw-r--r--pr/include/prtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prtime.h b/pr/include/prtime.h
index 9f1f6ae0..7a670942 100644
--- a/pr/include/prtime.h
+++ b/pr/include/prtime.h
@@ -136,7 +136,7 @@ typedef struct PRExplodedTime {
* to GMT before applying the DST rules.
*/
-typedef PRTimeParameters (PR_CALLBACK_DECL *PRTimeParamFn)(const PRExplodedTime *gmt);
+typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
/**********************************************************************/
/****************************** FUNCTIONS *****************************/