summaryrefslogtreecommitdiff
path: root/source3/libsmb/async_smb.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-12-19 17:50:34 +0100
committerVolker Lendecke <vl@samba.org>2008-12-19 17:50:34 +0100
commit13eefa7c435cb5ac656f662c78260a82caf43180 (patch)
treeef9268138c7c1e7f337c9c4f765b9a2159adcbcb /source3/libsmb/async_smb.c
parent1f04d07db0d53630d400ed35cecf7c66d3bb491c (diff)
downloadsamba-13eefa7c435cb5ac656f662c78260a82caf43180.tar.gz
samba-13eefa7c435cb5ac656f662c78260a82caf43180.tar.bz2
samba-13eefa7c435cb5ac656f662c78260a82caf43180.zip
Add a doxygen comment line I forgot to merge
Diffstat (limited to 'source3/libsmb/async_smb.c')
-rw-r--r--source3/libsmb/async_smb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/async_smb.c b/source3/libsmb/async_smb.c
index 9ef9f9e06d..fdcbb00206 100644
--- a/source3/libsmb/async_smb.c
+++ b/source3/libsmb/async_smb.c
@@ -401,6 +401,7 @@ static int cli_async_req_destructor(struct async_req *req)
* @param[in] additional_flags open_and_x wants to add oplock header flags
* @param[in] wct How many words?
* @param[in] vwv The words, already in network order
+ * @param[in] bytes_alignment How shall we align "bytes"?
* @param[in] num_bytes How many bytes?
* @param[in] bytes The data the request ships
*