Skip to content

Commit 6782262

Browse files
committed
soap build fix
1 parent 05d3e31 commit 6782262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/soap/php_encoding.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3416,7 +3416,7 @@ static void set_xsi_type(xmlNodePtr node, char *type)
34163416
set_ns_prop(node, XSI_NAMESPACE, "type", type);
34173417
}
34183418

3419-
void encode_reset_ns()
3419+
void encode_reset_ns(void)
34203420
{
34213421
SOAP_GLOBAL(cur_uniq_ns) = 0;
34223422
SOAP_GLOBAL(cur_uniq_ref) = 0;
@@ -3428,7 +3428,7 @@ void encode_reset_ns()
34283428
zend_hash_init(SOAP_GLOBAL(ref_map), 0, NULL, NULL, 0);
34293429
}
34303430

3431-
void encode_finish()
3431+
void encode_finish(void)
34323432
{
34333433
SOAP_GLOBAL(cur_uniq_ns) = 0;
34343434
SOAP_GLOBAL(cur_uniq_ref) = 0;

0 commit comments

Comments
 (0)