mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Correct typo in deprecation comment.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@356883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -51,7 +51,7 @@ struct ast_netsock *ast_netsock_find(struct ast_netsock_list *list,
|
|||||||
struct sockaddr_in *sa);
|
struct sockaddr_in *sa);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \deprecated Use ast_seq_qos in netsock2.h which propertly handles IPv4 and IPv6
|
* \deprecated Use ast_seq_qos in netsock2.h which properly handles IPv4 and IPv6
|
||||||
* sockets, instead.
|
* sockets, instead.
|
||||||
*/
|
*/
|
||||||
int ast_netsock_set_qos(int netsocket, int tos, int cos, const char *desc);
|
int ast_netsock_set_qos(int netsocket, int tos, int cos, const char *desc);
|
||||||
|
Reference in New Issue
Block a user