diff options
author | Jeremy Allison <jra@samba.org> | 2002-05-08 23:15:42 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-05-08 23:15:42 +0000 |
commit | 6337369a903b07ef42c050f77d439d8b11b7f6bf (patch) | |
tree | abda56fceb9808341b1f26c06460b31b28011d96 /source3/nsswitch | |
parent | 7a959e81d42bdff1269589b7d17a12ab0b3243be (diff) | |
download | samba-6337369a903b07ef42c050f77d439d8b11b7f6bf.tar.gz samba-6337369a903b07ef42c050f77d439d8b11b7f6bf.tar.bz2 samba-6337369a903b07ef42c050f77d439d8b11b7f6bf.zip |
Merge in Jerry's called name fix.
Jeremy.
(This used to be commit 6d957924579d64407bdd94d7e78088fb1ea5c9ce)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h index 8cac542b88..ef44fb655e 100644 --- a/source3/nsswitch/winbindd_proto.h +++ b/source3/nsswitch/winbindd_proto.h @@ -9,7 +9,6 @@ void winbind_process_packet(struct winbindd_cli_state *state); void winbind_client_read(struct winbindd_cli_state *state); int winbind_setup_common(void); -int main(int argc, char **argv); /* The following definitions come from nsswitch/winbindd_ads.c */ |