From 75f281a1ef1cc0228de6b80a15a3ff6bb1d49847 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 6 Jun 2001 07:27:44 +0000 Subject: Indent dodgy function prototype to avoid make proto picking it up and causing mayhem throughout the tree. (This used to be commit 369c911b446c311d4a5c8b4fddfe7fbffffefeba) --- source3/nsswitch/wb_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit