Whoops... forgot semi-colon
authoraland <aland>
Fri, 3 Aug 2007 19:53:40 +0000 (19:53 +0000)
committeraland <aland>
Fri, 3 Aug 2007 19:53:40 +0000 (19:53 +0000)
src/modules/rlm_mschap/rlm_mschap.c

index 4f74b41..2054717 100644 (file)
@@ -55,7 +55,7 @@ RCSID("$Id$")
 #include       "smbdes.h"
 
 #ifdef __APPLE__
-extern int od_mschap_auth(REQUEST *request, VALUE_PAIR *challenge, VALUE_PAIR * usernamepair)
+extern int od_mschap_auth(REQUEST *request, VALUE_PAIR *challenge, VALUE_PAIR * usernamepair);
 #endif
 
 /* Allowable account control bits */