cleanup and consistency.. blah rain @ PHX fun

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7396 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2008-01-27 20:01:02 +00:00
parent 16a52df845
commit 84161010ab
132 changed files with 133 additions and 227 deletions

View File

@@ -113,8 +113,6 @@ SWITCH_DECLARE(void) switch_stun_random_string(char *buf, uint16_t len, char *se
}
}
SWITCH_DECLARE(switch_stun_packet_t *) switch_stun_packet_parse(uint8_t * buf, uint32_t len)
{
switch_stun_packet_t *packet;
@@ -140,7 +138,6 @@ SWITCH_DECLARE(switch_stun_packet_t *) switch_stun_packet_parse(uint8_t * buf, u
switch_stun_ip_t *ip;
ip = (switch_stun_ip_t *) attr->value;
ip->port = ntohs(ip->port);
}
break;
}
@@ -363,14 +360,13 @@ SWITCH_DECLARE(switch_status_t) switch_stun_lookup(char **ip,
*err = "Invalid Reply";
}
return SWITCH_STATUS_FALSE;
}
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* indent-tabs-mode:nil
* tab-width:4
* c-basic-offset:4
* End: