diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-12-13 12:27:57 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-14 08:28:35 +0100 |
commit | 873f14ae408d5fa151f8e4f83c3dfe0c9b8a4d2d (patch) | |
tree | 93c21eb2d523952abb94a52c96bf6a2b75c02b72 /source3/winbindd/winbindd.h | |
parent | adc31b9235f70d06d2739b38867dc0fadb33d082 (diff) | |
download | samba-873f14ae408d5fa151f8e4f83c3dfe0c9b8a4d2d.tar.gz samba-873f14ae408d5fa151f8e4f83c3dfe0c9b8a4d2d.tar.xz samba-873f14ae408d5fa151f8e4f83c3dfe0c9b8a4d2d.zip |
winbindd: move domain child specific stuff into its own file
metze
(This used to be commit 075d315e0f72d506b70040da10940e4af131b4e2)
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r-- | source3/winbindd/winbindd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h index d76e9b59219..6bf6e6c68f9 100644 --- a/source3/winbindd/winbindd.h +++ b/source3/winbindd/winbindd.h @@ -143,8 +143,6 @@ struct winbindd_child_dispatch_table { struct winbindd_cli_state *state); }; -extern const struct winbindd_child_dispatch_table domain_dispatch_table[]; - struct winbindd_child { struct winbindd_child *next, *prev; |