summaryrefslogtreecommitdiffstats
path: root/src/iwkey.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-13 17:40:45 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-13 17:40:45 +0000
commitf350c50a1a059489666ce31f33153771626182ea (patch)
tree23487b9aefaaf0ad95e4f45b89205f76812463ec /src/iwkey.h
parent866bc8fd59b7134b800faad565ed00b2e3b09b36 (diff)
Large commit
git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@20 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'src/iwkey.h')
-rw-r--r--src/iwkey.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/iwkey.h b/src/iwkey.h
index 4e853c0..72489b3 100644
--- a/src/iwkey.h
+++ b/src/iwkey.h
@@ -21,11 +21,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <stdint.h>
-#include "interface.h"
-#include "aeswepd.h"
+#include "keyapi.h"
-int wep_key_add(struct interface *i, uint8_t w[WEP_KEY_LEN]);
-int wep_key_finish(struct interface *i);
+const extern struct key_api linux_key_api;
#endif