diff options
author | Tim Potter <tpot@samba.org> | 2001-06-06 07:27:44 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-06 07:27:44 +0000 |
commit | 75f281a1ef1cc0228de6b80a15a3ff6bb1d49847 (patch) | |
tree | 18432012d94da3a455ce1d474db72e1bd71b0416 | |
parent | da408d629881c4b0c878be8074d7f1ce078c60b1 (diff) | |
download | samba-75f281a1ef1cc0228de6b80a15a3ff6bb1d49847.tar.gz samba-75f281a1ef1cc0228de6b80a15a3ff6bb1d49847.tar.bz2 samba-75f281a1ef1cc0228de6b80a15a3ff6bb1d49847.zip |
Indent dodgy function prototype to avoid make proto picking it up and
causing mayhem throughout the tree.
(This used to be commit 369c911b446c311d4a5c8b4fddfe7fbffffefeba)
-rw-r--r-- | source3/nsswitch/wb_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wb_client.c b/source3/nsswitch/wb_client.c index 165b0c614b..07b4a43958 100644 --- a/source3/nsswitch/wb_client.c +++ b/source3/nsswitch/wb_client.c @@ -25,7 +25,7 @@ #include "includes.h" -int winbindd_request(int req_type, struct winbindd_request *request, + int winbindd_request(int req_type, struct winbindd_request *request, struct winbindd_response *response); /* Copy of parse_domain_user from winbindd_util.c. Parse a string of the |