blob: c342351a1a0df2789549d8026f5c9f0f4495f2ab [file] [log] [blame]
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001/*
2 * EAP method registration
3 * Copyright (c) 2004-2009, Jouni Malinen <j@w1.fi>
4 *
Dmitry Shmidtc5ec7f52012-03-06 16:33:24 -08005 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07007 */
8
9#ifndef EAP_REGISTER_H
10#define EAP_REGISTER_H
11
12int eap_server_register_methods(void);
13
14#endif /* EAP_REGISTER_H */