summaryrefslogtreecommitdiffstats
path: root/src/iwhostroam.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-11-16 22:45:25 +0000
committerLennart Poettering <lennart@poettering.net>2003-11-16 22:45:25 +0000
commit219b9b062b40f0f5a4edd982164d170633dc7433 (patch)
treec72309fc476e2188c9d3399e3662c8d9bf5831a5 /src/iwhostroam.h
parent909f82a22883e3f45ec64d8206802bbce5bad9bf (diff)
many changes including host roaming support
git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@46 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'src/iwhostroam.h')
-rw-r--r--src/iwhostroam.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/iwhostroam.h b/src/iwhostroam.h
new file mode 100644
index 0000000..745d528
--- /dev/null
+++ b/src/iwhostroam.h
@@ -0,0 +1,28 @@
+#ifndef fooiwhostroamhfoo
+#define fooiwhostroamhfoo
+
+/* $Id: iwapi.c 45 2003-11-15 10:30:30Z lennart $ */
+
+/*
+ * This file is part of waproamd.
+ *
+ * waproamd 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.
+ *
+ * waproamd is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with waproamd; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ */
+
+#include "interface.h"
+
+int iw_set_hostroam(struct interface *i, int h);
+
+#endif