diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-24 22:05:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:13 -0500 |
commit | 1f033febfe19d6bb0b45524a672eaf1d1373f15e (patch) | |
tree | d39f4a956b08c1a9b94ad0dc35f5cb7253866a21 /source4/include/includes.h | |
parent | 73f1ec5b0c4042728aed1a9cf22739aa1349090c (diff) | |
download | samba-1f033febfe19d6bb0b45524a672eaf1d1373f15e.tar.gz samba-1f033febfe19d6bb0b45524a672eaf1d1373f15e.tar.bz2 samba-1f033febfe19d6bb0b45524a672eaf1d1373f15e.zip |
r861: remove the next round of unused stuff
metze
(This used to be commit 8f59daba0d03a2c58f7f23655153de05cbe47e81)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r-- | source4/include/includes.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index bc3d948a2c..1037d54c4e 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -694,8 +694,6 @@ extern int errno; #include "charset.h" #include "dynconfig.h" -#include "util_getent.h" - #include "version.h" #include "smb.h" #include "ads.h" @@ -704,8 +702,6 @@ extern int errno; #include "byteorder.h" -#include "msdfs.h" - #include "md5.h" #include "hmacmd5.h" @@ -721,8 +717,6 @@ extern int errno; #include "popt.h" -#include "mangle.h" - #include "mutex.h" #include "librpc/rpc/dcerpc.h" @@ -733,13 +727,6 @@ extern int errno; #include "cli_context.h" #include "registry.h" - -/* used in net.c */ -struct functable { - const char *funcname; - int (*fn)(int argc, const char **argv); -}; - #define malloc_p(type) (type *)malloc(sizeof(type)) #define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count) #define realloc_p(p, type, count) (type *)realloc_array(p, sizeof(type), count) |