mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
552 B
26 lines
552 B
#ifndef _WSSA_TABLE_
|
|
#define _WSSA_TABLE_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/*Included Files------------------------------------------------------------*/
|
|
#include "guts.h"
|
|
|
|
/*Internal Definitions------------------------------------------------------*/
|
|
void WSSAFNCT WssaTableStartup();
|
|
void WSSAFNCT WssaTableShutdown();
|
|
|
|
SSI WSSAFNCT WssaTableGetSSI(SECURE_SOCKET ss);
|
|
int WSSAFNCT WssaTablePutSSI(SECURE_SOCKET ss, SSI ssi);
|
|
|
|
void WSSAFNCT WssaTableRemoveEntry(SECURE_SOCKET ss);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
/*_WSSA_TABLE_*/
|
|
|