git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6213 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-05-12 17:34:32 +00:00
parent 918df1c71c
commit d3dd1a7f1b

View File

@@ -40,6 +40,10 @@
RCSID("$Id$");
/*
* Set the common part of the context `kc'
*/
void
context_set (kx_context *kc, char *host, char *user, int port,
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;
}
/*
* dispatch functions
*/
void
context_destroy (kx_context *kc)
{