ports/telephony/kamailio/patches/patch-src_modules_rls_utils_h

12 lines
242 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/modules/rls/utils.h
--- src/modules/rls/utils.h.orig
+++ src/modules/rls/utils.h
@@ -26,6 +26,6 @@
#include "../../core/ut.h"
-extern str* normalize_sip_uri(const str *uri);
+extern str* normalize_sip_uri(str *uri);
#endif