diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-29 18:09:38 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-29 18:09:38 +0000 |
commit | b4c27011d20196aeeb104edb3c2e3dd97861e8d8 (patch) | |
tree | df2492d66f86e4470da2b12ae4425ee093b5677c /options.h | |
parent | 30327ee6f3bc929ae9f8ceca73a6b0ef8e5a0282 (diff) | |
download | mpd-b4c27011d20196aeeb104edb3c2e3dd97861e8d8.tar.gz mpd-b4c27011d20196aeeb104edb3c2e3dd97861e8d8.tar.xz mpd-b4c27011d20196aeeb104edb3c2e3dd97861e8d8.zip |
Added password support.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@534 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | options.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ typedef struct { char *host; + char *username; + char *password; int port; int reconnect; int debug; |