comments
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6213 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -40,6 +40,10 @@
|
|||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Set the common part of the context `kc'
|
||||||
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
context_set (kx_context *kc, char *host, char *user, int port,
|
context_set (kx_context *kc, char *host, char *user, int port,
|
||||||
int debug_flag, int keepalive_flag, int tcp_flag)
|
int debug_flag, int keepalive_flag, int tcp_flag)
|
||||||
@@ -52,6 +56,10 @@ context_set (kx_context *kc, char *host, char *user, int port,
|
|||||||
kc->tcp_flag = tcp_flag;
|
kc->tcp_flag = tcp_flag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* dispatch functions
|
||||||
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
context_destroy (kx_context *kc)
|
context_destroy (kx_context *kc)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user