diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-19 17:50:34 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-19 17:50:34 +0100 |
commit | 13eefa7c435cb5ac656f662c78260a82caf43180 (patch) | |
tree | ef9268138c7c1e7f337c9c4f765b9a2159adcbcb /source3 | |
parent | 1f04d07db0d53630d400ed35cecf7c66d3bb491c (diff) | |
download | samba-13eefa7c435cb5ac656f662c78260a82caf43180.tar.gz samba-13eefa7c435cb5ac656f662c78260a82caf43180.tar.bz2 samba-13eefa7c435cb5ac656f662c78260a82caf43180.zip |
Add a doxygen comment line I forgot to merge
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/async_smb.c | 1 |
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 * |