diff options
author | Matt Johnston <matt@ucc.asn.au> | 2019-03-21 00:21:38 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2019-03-21 00:21:38 +0800 |
commit | 6fecc91d1056fb7e022abb6f411dcf30edae85a6 (patch) | |
tree | f603f881a1699685eaca6d0ed725b1c3fe070853 /runopts.h | |
parent | 8b4f60a7a113f4e9ae801dea88606f2663728f03 (diff) |
fix constness build error
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ typedef struct cli_runopts { char *progname; char *remotehost; - char *remoteport; + const char *remoteport; char *own_user; char *username; |