mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
11 lines
406 B
Text
11 lines
406 B
Text
--- modules/app_perl/kamailioxs.xs.orig 2015-07-20 13:16:25 UTC
|
|
+++ modules/app_perl/kamailioxs.xs
|
|
@@ -402,7 +402,7 @@ char *pv_sprintf(struct sip_msg *m, char
|
|
* - strflag: flag mask to be or-applied for string match
|
|
*/
|
|
|
|
-inline int sv2int_str(SV *val, int_str *is,
|
|
+static inline int sv2int_str(SV *val, int_str *is,
|
|
unsigned short *flags, unsigned short strflag) {
|
|
char *s;
|
|
STRLEN len;
|