From 9747e6e4a58ffcdbbc7fc14f6a1c21735ce14325 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Sat, 20 Mar 2004 08:44:53 +0000 Subject: Added option --exit wich disables automatic reconnection and exits if the connection to the server is lost. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@321 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index 7bf43de95..143be3b2d 100644 --- a/options.h +++ b/options.h @@ -7,6 +7,8 @@ typedef struct { char *host; int port; + int reconnect; + int debug; } options_t; -- cgit v1.2.3