1*e28a4053SRui Paulo /* 2*e28a4053SRui Paulo * EAP method registration 3*e28a4053SRui Paulo * Copyright (c) 2004-2009, Jouni Malinen <j@w1.fi> 4*e28a4053SRui Paulo * 5*e28a4053SRui Paulo * This program is free software; you can redistribute it and/or modify 6*e28a4053SRui Paulo * it under the terms of the GNU General Public License version 2 as 7*e28a4053SRui Paulo * published by the Free Software Foundation. 8*e28a4053SRui Paulo * 9*e28a4053SRui Paulo * Alternatively, this software may be distributed under the terms of BSD 10*e28a4053SRui Paulo * license. 11*e28a4053SRui Paulo * 12*e28a4053SRui Paulo * See README and COPYING for more details. 13*e28a4053SRui Paulo */ 14*e28a4053SRui Paulo 15*e28a4053SRui Paulo #ifndef EAP_REGISTER_H 16*e28a4053SRui Paulo #define EAP_REGISTER_H 17*e28a4053SRui Paulo 18*e28a4053SRui Paulo int eap_server_register_methods(void); 19*e28a4053SRui Paulo 20*e28a4053SRui Paulo #endif /* EAP_REGISTER_H */ 21