Date: Sat, 7 Nov 2015 16:55:53 -0000
This is in preparation for treating `own_user' with less explicit safety.
---
 runopts.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runopts.h b/runopts.h
index 7d6ae06..0a97937 100644
--- a/runopts.h
+++ b/runopts.h
@@ -127,7 +127,7 @@ typedef struct cli_runopts {
        char *remotehost;
        char *remoteport;
 
-       char *own_user;
+       const char *own_user;
        char *username;
 
        char *cmd;
-- 
2.4.3

Reply via email to