summaryrefslogtreecommitdiff
path: root/NetWare/nwtinfo.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-26 11:54:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-26 11:54:32 +0000
commit8dbfbba0c55b52c9acc258d9a3522ce8b76c3497 (patch)
tree4da4711c19f35c6a32742eb0d8b2bf2d90feb06f /NetWare/nwtinfo.h
parent7237d65751f248e676243bc1e148084f323f4838 (diff)
downloadperl-8dbfbba0c55b52c9acc258d9a3522ce8b76c3497.tar.gz
Netware patches from Ananth Kesari.
p4raw-id: //depot/perl@10950
Diffstat (limited to 'NetWare/nwtinfo.h')
-rw-r--r--NetWare/nwtinfo.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/NetWare/nwtinfo.h b/NetWare/nwtinfo.h
index 6930e05ebe..fd004bc62e 100644
--- a/NetWare/nwtinfo.h
+++ b/NetWare/nwtinfo.h
@@ -31,7 +31,6 @@ typedef struct tagThreadInfo
void* m_allocList;
}ThreadInfo;
-
void fnInitializeThreadInfo(void);
BOOL fnTerminateThreadInfo(void);
BOOL fnRegisterWithThreadTable(void);
@@ -42,7 +41,11 @@ BOOL fnRemoveThreadInfo(int tid);
ThreadInfo* fnGetThreadInfo(int tid);
//For storing and retrieving Watcom Hash list address
-BOOL fnInsertHashListAddrs(void *addrs, BOOL dontTouchHashList);
+#ifdef __cplusplus
+ extern "C" BOOL fnInsertHashListAddrs(void *addrs, BOOL dontTouchHashList);
+#else
+ BOOL fnInsertHashListAddrs(void *addrs, BOOL dontTouchHashList);
+#endif
BOOL fnGetHashListAddrs(void **addrs, BOOL *dontTouchHashList);
//New TLS to set and get the thread contex - may be redundant,