diff options
Diffstat (limited to 'src/core/cs_identify.c')
-rw-r--r-- | src/core/cs_identify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/cs_identify.c b/src/core/cs_identify.c index 0df40f127..33091c01a 100644 --- a/src/core/cs_identify.c +++ b/src/core/cs_identify.c @@ -17,7 +17,9 @@ int do_identify(User * u); void myChanServHelp(User * u); +#ifdef _WIN32 extern MDE int check_password(const char *plaintext, const char *password); +#endif /** * Create the command, and tell anope about it. |