Fix compiler warning.
authorTim Potter <tpot@samba.org>
Mon, 28 Apr 2003 06:19:11 +0000 (06:19 +0000)
committerTim Potter <tpot@samba.org>
Mon, 28 Apr 2003 06:19:11 +0000 (06:19 +0000)
source/utils/ntlm_auth.c

index 88913c80512c8726968a6a4d73a08523b1a8af5d..ddb7053cdbbdc83b7d7960290b9ae81ce01f6565 100644 (file)
@@ -656,7 +656,7 @@ static BOOL test_ntlm(void)
 */
 
 struct ntlm_tests {
-       BOOL (*fn)();
+       BOOL (*fn)(void);
        const char *name;
 } test_table[] = {
        {test_lm, "test LM"},