chiark / gitweb /
disorder-choose rejects tracks in queue/recent list
[disorder] / server / server.h
index f0441204046dfbc518fe87a034ddf7697d1b02c7..0d34d1ec72d4fc33e04cc2f6c796a8a34b43c51c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2006 Richard Kettlewell
+ * Copyright (C) 2004, 2006-2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -36,6 +36,8 @@ int server_stop(ev_source *ev, int fd);
 
 extern int volume_left, volume_right;  /* last known volume */
 
+extern int wideopen;                   /* blindly accept all logins */
+
 #endif /* SERVER_H */
 
 /*