summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-10-26 02:01:38 +0000
committerwtc%netscape.com <devnull@localhost>1999-10-26 02:01:38 +0000
commit8598fbc12b47bf35b460e1022876bfbc9b313faf (patch)
tree176d9e04689dbf20ceb09c0f28a09310985d0918
parent31d015914bdd3a4a82736576bc3d17feca17bc28 (diff)
downloadnspr-hg-8598fbc12b47bf35b460e1022876bfbc9b313faf.tar.gz
Added missing function declarations to eliminate compiler warnings.
Checked in on behalf of Colin Blakes <colin@theblakes.com>.
-rw-r--r--pr/include/md/_openvms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pr/include/md/_openvms.h b/pr/include/md/_openvms.h
index 7a0b3749..c74ffdab 100644
--- a/pr/include/md/_openvms.h
+++ b/pr/include/md/_openvms.h
@@ -214,7 +214,9 @@ struct _MDCPU {
* _irix.h seems to be quite different in regard to these macros.
*/
#define _MD_GET_INTERVAL _PR_UNIX_GetInterval
+extern PRIntervalTime _PR_UNIX_GetInterval(void);
#define _MD_INTERVAL_PER_SEC _PR_UNIX_TicksPerSecond
+extern PRIntervalTime _PR_UNIX_TicksPerSecond(void);
#define _MD_EARLY_INIT _MD_EarlyInit
void _MD_EarlyInit(void);