aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/netsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/netsock.h')
-rw-r--r--include/asterisk/netsock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/netsock.h b/include/asterisk/netsock.h
index 988d51fcf..2aeb803b4 100644
--- a/include/asterisk/netsock.h
+++ b/include/asterisk/netsock.h
@@ -53,7 +53,7 @@ int ast_netsock_release(struct ast_netsock_list *list);
struct ast_netsock *ast_netsock_find(struct ast_netsock_list *list,
struct sockaddr_in *sa);
-int ast_netsock_set_qos(int netsocket, int tos, int cos);
+int ast_netsock_set_qos(int netsocket, int tos, int cos, const char *desc);
int ast_netsock_sockfd(const struct ast_netsock *ns);