X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..5ee84006635471924157f07fe1ffe75cb253cae5:/server/server.h diff --git a/server/server.h b/server/server.h index 012497c..0d34d1e 100644 --- a/server/server.h +++ b/server/server.h @@ -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 */