summaryrefslogtreecommitdiff
path: root/src/core/cs_identify.c
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-06-13 12:37:17 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-06-13 12:37:17 +0000
commitb95c53765cd3bdd85a60072f3f32d4ce4ad950bc (patch)
tree7ab56b05fa8448dec5edfdd22258bc735c6a922b /src/core/cs_identify.c
parentaaa81d2dfb32ac81455d1b4fdbba343bd685f554 (diff)
BUILD : 1.7.14 (1048) BUGS : 510 NOTES : Fixed a lot of redundant function declarations
git-svn-id: svn://svn.anope.org/anope/trunk@1048 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@772 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/cs_identify.c')
-rw-r--r--src/core/cs_identify.c2
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.