diff options
author | Kai Blin <kai@samba.org> | 2008-05-21 10:47:59 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-06-10 09:45:09 +0200 |
commit | 4d9748e44dc58e026136ce0c28526ba4cf1d4f3e (patch) | |
tree | aedaef7852e76f9d3eb153d0f591334b965d6302 /source3/include | |
parent | 13b2f59383c117033605df77935a67c7cc1c8da1 (diff) | |
download | samba-4d9748e44dc58e026136ce0c28526ba4cf1d4f3e.tar.gz samba-4d9748e44dc58e026136ce0c28526ba4cf1d4f3e.tar.bz2 samba-4d9748e44dc58e026136ce0c28526ba4cf1d4f3e.zip |
net: Move includes to net.h
(This used to be commit 1943e2752d4dcb5bbbd4e40cf854efba4aed8f45)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index d9c699a439..adbf8f791d 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -726,20 +726,6 @@ typedef char fstring[FSTRING_LEN]; #include "lib/smbconf/smbconf.h" -/* used in net.c */ -struct net_context; - -struct functable { - const char *funcname; - int (*fn)(struct net_context *c, int argc, const char **argv); -}; - -struct functable2 { - const char *funcname; - int (*fn)(struct net_context *c, int argc, const char **argv); - const char *helptext; -}; - /* Defines for wisXXX functions. */ #define UNI_UPPER 0x1 #define UNI_LOWER 0x2 |