Fix warning.

git-svn-id: svn://10.0.0.236/trunk@46226 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 1999-09-07 21:05:56 +00:00
parent c70dedcca3
commit c19dbf0bd4

View File

@ -66,7 +66,7 @@ PRMJ_FormatTime(char *buf, int buflen, char *fmt, PRMJTime *tm);
/* Get the DST offset for the local time passed in */
extern JSInt64
PRMJ_DSTOffset(JSInt64 time);
PRMJ_DSTOffset(JSInt64 local_time);
JS_END_EXTERN_C