mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 22:13:03 +00:00
merge whitespace fixes from sofia-sip tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10802 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
940dbe85c0
commit
d8c4d22d40
@ -34,4 +34,3 @@ Zabaluev, Mikhail <first.surname@nokia.com>
|
||||
Note: for details on who did what, see the version control
|
||||
system change history, and release notes for past releases at
|
||||
http://sofia-sip.sourceforge.net/relnotes/
|
||||
|
@ -10,5 +10,3 @@
|
||||
ns.example.com A 127.0.0.2
|
||||
AAAA ::2
|
||||
A6 0 ::2
|
||||
|
||||
|
@ -117,13 +117,13 @@ typedef struct context_s context_t;
|
||||
#include <sofia-sip/tport_tag.h>
|
||||
|
||||
struct context_s {
|
||||
su_home_t c_home[1];
|
||||
su_root_t *c_root;
|
||||
nta_agent_t *c_agent;
|
||||
su_home_t c_home[1];
|
||||
su_root_t *c_root;
|
||||
nta_agent_t *c_agent;
|
||||
url_t *c_proxy;
|
||||
char const *c_username;
|
||||
char const *c_password;
|
||||
nta_leg_t *c_leg;
|
||||
nta_leg_t *c_leg;
|
||||
nta_outgoing_t *c_orq;
|
||||
auth_client_t *c_proxy_auth;
|
||||
auth_client_t *c_auth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user