const-pollution

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6310 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-06-15 02:43:52 +00:00
parent cbaf3ff4c6
commit c74106668d

View File

@@ -203,8 +203,8 @@ struct kx_context {
int (*copy_encrypted)(struct kx_context *kc,
int fd1, int fd2);
void (*destroy)(struct kx_context *kc);
char *host;
char *user;
const char *host;
const char *user;
int port;
int debug_flag;
int keepalive_flag;
@@ -216,7 +216,7 @@ struct kx_context {
typedef struct kx_context kx_context;
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);
void