blob: 018fb7c158a547fdc6df9425e535b7a3a5ffd0cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- channels/sip/include/route.h.orig 2014-02-10 18:28:35 UTC
+++ channels/sip/include/route.h
@@ -98,7 +98,7 @@ void sip_route_dump(const struct sip_rou
* \retval NULL on failure
*/
struct ast_str *sip_route_list(const struct sip_route *route, int formatcli, int skip)
- __attribute_malloc__ __attribute_warn_unused_result__;
+ __attribute__((__malloc__)) __attribute__((__warn_unused_result__));
/*!
* \brief Check if the route is strict
|