From c233ec13dc280a7b8c464bd54fe96ca92a0f0c81 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 15 Jun 1999 02:36:56 +0000 Subject: [PATCH] (context_set): const pollution git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6308 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/kx/context.c b/appl/kx/context.c index 021648afe..fee1b06ae 100644 --- a/appl/kx/context.c +++ b/appl/kx/context.c @@ -45,7 +45,7 @@ RCSID("$Id$"); */ void -context_set (kx_context *kc, char *host, char *user, int port, +context_set (kx_context *kc, const char *host, const char *user, int port, int debug_flag, int keepalive_flag, int tcp_flag) { kc->host = host;