From 4e512ab75d33b0801b549de50010131166f1e93a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 25 Nov 2001 23:33:15 +0000 Subject: Fixed compiler warning. Why do people keep adding stuff to includes.h (OK I am guilty of this too)? It's getting really huge and full of random junk. )-: I've noticed TNG have started to split stuff up in to individual header files included as needed. (This used to be commit 36630f3984cb2bc4e60d910889e0396891cbc088) --- source3/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 27deaf4339..f0ab1a2c21 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -740,7 +740,7 @@ typedef struct smb_wpasswd { /* used in net.c */ struct functable { char *funcname; - int (*fn)(); + int (*fn)(int argc, const char **argv); }; -- cgit