예제 #1
0
파일: iso.c 프로젝트: BojanCendio/rdesktop
/* reset the state to support reconnecting */
void
iso_reset_state(void)
{
	g_encryption = g_encryption_initial;
	tcp_reset_state();
}
예제 #2
0
파일: iso.c 프로젝트: RPG-7/reactos
/* reset the state to support reconnecting */
void
iso_reset_state(void)
{
	tcp_reset_state();
}
예제 #3
0
파일: iso.c 프로젝트: hoangduit/reactos
/* reset the state to support reconnecting */
void
iso_reset_state(RDPCLIENT * This)
{
	tcp_reset_state(This);
}