X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/0e817160896df90ddfb99ccab9e1c8f4fcb4f807..2eee4b0cd743865445a5023e8c10467cdc9b350e:/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);