Remove redundant file from freeradius-abfab list.
[freeradius.git] / src / modules / rlm_mschap / auth_wbclient.h
1 /* Copyright 2015 The FreeRADIUS server project */
2
3 #ifndef _AUTH_WBCLIENT_H
4 #define _AUTH_WBCLIENT_H
5
6 RCSIDH(auth_wbclient_h, "$Id$")
7
8 #include <wbclient.h>
9
10 int do_auth_wbclient(rlm_mschap_t *inst, REQUEST *request,
11                      uint8_t const *challenge, uint8_t const *response,
12                      uint8_t nthashhash[NT_DIGEST_LENGTH]);
13
14 #endif /*_AUTH_WBCLIENT_H*/