chiark / gitweb /
Restore breadcrumb trail to choose.tmpl
[disorder] / server / server.h
index 012497c9275b851736367df7a28df39355455cf7..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 */
 
 /*
@@ -45,4 +47,3 @@ comment-column:40
 fill-column:79
 End:
 */
-/* arch-tag:db22be3b0e3ce0914513e917df553937 */