Comments improved.

FossilOrigin-Name: d8ce5f8b78bbe832e5b9253e34c59706f882993c5cdf24f23b08d63cdb528fcb
This commit is contained in:
7u83@mail.ru 2015-03-28 07:39:47 +00:00
parent c80fcb8b41
commit e3a13b24f7
1 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,21 @@
/*
This file is part of libcapwap.
libcapwap is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
libcapwap is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Foobar. If not, see <http://www.gnu.org/licenses/>.
*/
/**
*@file
*@brief conn_send_request
@ -8,8 +26,10 @@
#include "cw_log.h"
/**
* Send a request message and wait for response
* Send a request message and wait for its response
* @param conn the connection
*
* The message has to be prepared and put to conn->req_msg
*
*/
struct cwrmsg * conn_send_request(struct conn * conn)