summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.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/wbclient.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/wbclient.c')
-rw-r--r--source3/nsswitch/libwbclient/wbclient.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.c b/source3/nsswitch/libwbclient/wbclient.c
index c0b7e0675a..3a9afad15d 100644
--- a/source3/nsswitch/libwbclient/wbclient.c
+++ b/source3/nsswitch/libwbclient/wbclient.c
@@ -123,13 +123,7 @@ const char *wbcErrorString(wbcErr error)
return "unknown wbcErr value";
}
-/** @brief Free library allocated memory
- *
- * @param *p Pointer to free
- *
- * @return void
- **/
-
+/* Free library allocated memory */
void wbcFreeMemory(void *p)
{
if (p)