X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d76ed9a966ee3d955c8ef00ecc02e643c2005e2e..63c95a478af1b51ad021abef19f630de189f0229:/src/ioset.h diff --git a/src/ioset.h b/src/ioset.h index c0afb02..c3a78de 100644 --- a/src/ioset.h +++ b/src/ioset.h @@ -1,9 +1,9 @@ /* ioset.h - srvx event loop * Copyright 2002-2003 srvx Development Team * - * This file is part of srvx. + * This file is part of x3. * - * srvx is free software; you can redistribute it and/or modify + * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. @@ -44,7 +44,6 @@ struct io_fd { void (*destroy_cb)(struct io_fd *fd); }; -extern int clock_skew; extern int do_write_dbs; extern int do_reopen;