summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbc_guid.c
diff options
context:
space:
mode:
authorAndreas Schneider <anschneider@suse.de>2008-12-09 13:18:06 +0100
committerMichael Adam <obnox@samba.org>2008-12-10 23:23:36 +0100
commit94c44fcb6b9c67d3fac39b290c05c718b2980443 (patch)
treebb15ce062c0b681731c4667074e66ff147381b77 /source3/nsswitch/libwbclient/wbc_guid.c
parent7c2bdead9e3e4436e427668a16df367e14885cbc (diff)
downloadsamba-94c44fcb6b9c67d3fac39b290c05c718b2980443.tar.gz
samba-94c44fcb6b9c67d3fac39b290c05c718b2980443.tar.bz2
samba-94c44fcb6b9c67d3fac39b290c05c718b2980443.zip
Move the doxygen comments of wbclient to the header file.
So that a developer who wants to use the wbclient api can read the documentation in the header file. Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/nsswitch/libwbclient/wbc_guid.c')
-rw-r--r--source3/nsswitch/libwbclient/wbc_guid.c18
1 files changed, 2 insertions, 16 deletions
diff --git a/source3/nsswitch/libwbclient/wbc_guid.c b/source3/nsswitch/libwbclient/wbc_guid.c
index 0cb33e9868..c343e24351 100644
--- a/source3/nsswitch/libwbclient/wbc_guid.c
+++ b/source3/nsswitch/libwbclient/wbc_guid.c
@@ -24,14 +24,7 @@
#include "libwbclient.h"
-/** @brief Convert a binary GUID to a character string
- *
- * @param guid Binary Guid
- * @param **guid_string Resulting character string
- *
- * @return #wbcErr
- **/
-
+/* Convert a binary GUID to a character string */
wbcErr wbcGuidToString(const struct wbcGuid *guid,
char **guid_string)
{
@@ -59,14 +52,7 @@ done:
return wbc_status;
}
-/** @brief Convert a character string to a binary GUID
- *
- * @param *str Character string
- * @param guid Resulting binary GUID
- *
- * @return #wbcErr
- **/
-
+/* @brief Convert a character string to a binary GUID */
wbcErr wbcStringToGuid(const char *str,
struct wbcGuid *guid)
{