Revision 20388,
983 bytes
checked in by amb, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20387,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef foowirelesshfoo |
---|
2 | #define foowirelesshfoo |
---|
3 | |
---|
4 | /* $Id: wireless.h,v 1.1.1.1 2004-04-09 20:09:01 amb Exp $ */ |
---|
5 | |
---|
6 | /* |
---|
7 | * This file is part of waproamd. |
---|
8 | * |
---|
9 | * waproamd is free software; you can redistribute it and/or modify it |
---|
10 | * under the terms of the GNU General Public License as published by |
---|
11 | * the Free Software Foundation; either version 2 of the License, or |
---|
12 | * (at your option) any later version. |
---|
13 | * |
---|
14 | * waproamd is distributed in the hope that it will be useful, but |
---|
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
17 | * General Public License for more details. |
---|
18 | * |
---|
19 | * You should have received a copy of the GNU General Public License |
---|
20 | * along with waproamd; if not, write to the Free Software Foundation, |
---|
21 | * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
---|
22 | */ |
---|
23 | |
---|
24 | #include <sys/types.h> |
---|
25 | #include <sys/socket.h> |
---|
26 | #include <linux/if.h> |
---|
27 | #include <net/if_arp.h> |
---|
28 | |
---|
29 | #include "wireless.16.h" |
---|
30 | |
---|
31 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.