aboutsummaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index cb346374d..fb17485e3 100644
--- a/options.h
+++ b/options.h
@@ -8,6 +8,8 @@
typedef struct
{
char *host;
+ char *username;
+ char *password;
int port;
int reconnect;
int debug;