summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient/wbclient.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-05-05 15:33:09 +0200
committerAndreas Schneider <asn@samba.org>2010-05-05 15:36:10 +0200
commitb4c46bd7dfd268cf6f9390374a7638a548308064 (patch)
treebdfb6d0f9b87ded0ff58d66b018d60e249b58d65 /nsswitch/libwbclient/wbclient.c
parent62143543cedd4fc0257d09fa656391479505740b (diff)
downloadsamba-b4c46bd7dfd268cf6f9390374a7638a548308064.tar.gz
samba-b4c46bd7dfd268cf6f9390374a7638a548308064.tar.xz
samba-b4c46bd7dfd268cf6f9390374a7638a548308064.zip
libwbclient: Fixed doxygen errors.
Diffstat (limited to 'nsswitch/libwbclient/wbclient.c')
-rw-r--r--nsswitch/libwbclient/wbclient.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/nsswitch/libwbclient/wbclient.c b/nsswitch/libwbclient/wbclient.c
index 2792827bd5e..15be255d45d 100644
--- a/nsswitch/libwbclient/wbclient.c
+++ b/nsswitch/libwbclient/wbclient.c
@@ -34,16 +34,7 @@ NSS_STATUS winbindd_priv_request_response(int req_type,
struct winbindd_request *request,
struct winbindd_response *response);
-/** @brief Wrapper around Winbind's send/receive API call
- *
- * @param cmd Winbind command operation to perform
- * @param request Send structure
- * @param response Receive structure
- *
- * @return #wbcErr
- **/
-
-/**********************************************************************
+/*
result == NSS_STATUS_UNAVAIL: winbind not around
result == NSS_STATUS_NOTFOUND: winbind around, but domain missing
@@ -54,7 +45,7 @@ NSS_STATUS winbindd_priv_request_response(int req_type,
(as far as I have seen) with the callers of is_trusted_domains.
--Volker
-**********************************************************************/
+*/
static wbcErr wbcRequestResponseInt(
int cmd,
@@ -89,6 +80,15 @@ static wbcErr wbcRequestResponseInt(
return wbc_status;
}
+/**
+ * @brief Wrapper around Winbind's send/receive API call
+ *
+ * @param cmd Winbind command operation to perform
+ * @param request Send structure
+ * @param response Receive structure
+ *
+ * @return #wbcErr
+ */
wbcErr wbcRequestResponse(int cmd,
struct winbindd_request *request,
struct winbindd_response *response)