diff options
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 9b19904962..58f1565d80 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -758,8 +758,6 @@ extern int errno; #include "passdb.h" -#include "sam.h" - #include "session.h" #include "asn_1.h" @@ -770,8 +768,6 @@ extern int errno; #include "nsswitch/winbind_client.h" -#include "genparser.h" - /* * Type for wide character dirent structure. * Only d_name is defined by POSIX. @@ -797,7 +793,7 @@ typedef struct smb_wpasswd { /* used in net.c */ struct functable { - const char *funcname; + char *funcname; int (*fn)(int argc, const char **argv); }; |