X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/0e817160896df90ddfb99ccab9e1c8f4fcb4f807..49e57291d78de2b583d6f2197ae6f9d9ff05e456:/lib/ifreq.h diff --git a/lib/ifreq.h b/lib/ifreq.h index fbf304d..3f2dd9d 100644 --- a/lib/ifreq.h +++ b/lib/ifreq.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 2007, 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 @@ -23,8 +23,6 @@ #ifndef IFREQ_H #define IFREQ_H -struct ifreq; - /** @brief Return true if two socket addresses match */ int sockaddr_equal(const struct sockaddr *a, const struct sockaddr *b);