summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index b1353b3..4d75fe5 100644
--- a/util.c
+++ b/util.c
@@ -114,7 +114,7 @@ int parse_local_port_forward(char *string, int *local_port, char **hostname, int
114 return 0; 114 return 0;
115} 115}
116 116
117/* Parse the -P parameter */ 117/* Parse the -W parameter */
118/* 0 = success */ 118/* 0 = success */
119int parse_pipe_port_forward(char *string, char **hostname, int *remote_port) 119int parse_pipe_port_forward(char *string, char **hostname, int *remote_port)
120{ 120{