comparison runopts.h @ 1642:21dabe66f2c8

fix constness build error
author Matt Johnston <matt@ucc.asn.au>
date Thu, 21 Mar 2019 00:21:38 +0800
parents 61a793b6e471
children 76189c9ffea2
comparison
equal deleted inserted replaced
1640:228b086794b7 1642:21dabe66f2c8
134 134
135 typedef struct cli_runopts { 135 typedef struct cli_runopts {
136 136
137 char *progname; 137 char *progname;
138 char *remotehost; 138 char *remotehost;
139 char *remoteport; 139 const char *remoteport;
140 140
141 char *own_user; 141 char *own_user;
142 char *username; 142 char *username;
143 143
144 char *cmd; 144 char *cmd;