diff options
Diffstat (limited to 'src/windows/gss/gss.h')
| -rw-r--r-- | src/windows/gss/gss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/gss/gss.h b/src/windows/gss/gss.h index 5a943fb10..1a3778a95 100644 --- a/src/windows/gss/gss.h +++ b/src/windows/gss/gss.h @@ -23,7 +23,7 @@ void OkMsgBox (char *format, ...); void my_perror (char *msg); // gss-client.c -int gss (char *host, char *name, char *msg, u_short port); +int gss (char *host, char *name, char *msg, int port); int call_server(char *host, u_short port, char *service_name, char *msg); int connect_to_server(char *host, u_short port); int client_establish_context(int s, char *service_name, gss_ctx_id_t *gss_context); |
