diff options
Diffstat (limited to 'src/ccapi/lib/win/dllmain.h')
-rw-r--r-- | src/ccapi/lib/win/dllmain.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ccapi/lib/win/dllmain.h b/src/ccapi/lib/win/dllmain.h index 8c585721c..abf6afd4a 100644 --- a/src/ccapi/lib/win/dllmain.h +++ b/src/ccapi/lib/win/dllmain.h @@ -29,15 +29,12 @@ #include "windows.h" -enum EndpointType {EPT_SERVER=0, EPT_CLIENT}; - #ifdef __cplusplus // If used by C++ code, extern "C" { // we need to export the C interface #endif -__declspec(dllexport) BOOL WINAPI PutTspData(struct tspdata* p); -__declspec(dllexport) BOOL WINAPI GetTspData(struct tspdata** p); -//__declspec(dllexport) char* WINAPI getEndpoint(enum EndpointType); +DWORD GetTlsIndex(); + #ifdef __cplusplus } #endif |