From d3dd1a7f1b8647451e66d4fcf391ade0cf106cb9 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 12 May 1999 17:34:32 +0000 Subject: [PATCH] comments git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6213 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/context.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appl/kx/context.c b/appl/kx/context.c index da1e5f344..021648afe 100644 --- a/appl/kx/context.c +++ b/appl/kx/context.c @@ -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) {