const-pollution
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6310 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -203,8 +203,8 @@ struct kx_context {
|
|||||||
int (*copy_encrypted)(struct kx_context *kc,
|
int (*copy_encrypted)(struct kx_context *kc,
|
||||||
int fd1, int fd2);
|
int fd1, int fd2);
|
||||||
void (*destroy)(struct kx_context *kc);
|
void (*destroy)(struct kx_context *kc);
|
||||||
char *host;
|
const char *host;
|
||||||
char *user;
|
const char *user;
|
||||||
int port;
|
int port;
|
||||||
int debug_flag;
|
int debug_flag;
|
||||||
int keepalive_flag;
|
int keepalive_flag;
|
||||||
@@ -216,7 +216,7 @@ struct kx_context {
|
|||||||
typedef struct kx_context kx_context;
|
typedef struct kx_context kx_context;
|
||||||
|
|
||||||
void
|
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);
|
int debug_flag, int keepalive_flag, int tcp_flag);
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user