eap_register.h 309 B

1234567891011121314
  1. /*
  2. * EAP method registration
  3. * Copyright (c) 2004-2009, Jouni Malinen <j@w1.fi>
  4. *
  5. * This software may be distributed under the terms of the BSD license.
  6. * See README for more details.
  7. */
  8. #ifndef EAP_REGISTER_H
  9. #define EAP_REGISTER_H
  10. int eap_server_register_methods(void);
  11. #endif /* EAP_REGISTER_H */