Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
296cb813
Commit
296cb813
authored
Sep 08, 2005
by
Pekka Pessi
Browse files
Compile without sresolv, too.
darcs-hash:20050908151245-65a35-314e352fa72fb533f094a3f7a27722d28fd79e8b.gz
parent
ddedd067
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
libsofia-sip-ua/nta/nta.c
libsofia-sip-ua/nta/nta.c
+5
-3
No files found.
libsofia-sip-ua/nta/nta.c
View file @
296cb813
...
...
@@ -5530,9 +5530,6 @@ static int outgoing_timer_bf(outgoing_queue_t *q,
char
const
*
timer
,
su_duration_t
now
);
static
int
outgoing_other_destinations
(
nta_outgoing_t
const
*
orq
);
static
int
outgoing_try_another
(
nta_outgoing_t
*
orq
);
static
void
outgoing_ack
(
nta_outgoing_t
*
orq
,
msg_t
*
msg
,
sip_t
*
sip
);
static
msg_t
*
outgoing_ackmsg
(
nta_outgoing_t
*
,
sip_method_t
,
char
const
*
,
tagi_t
const
*
tags
);
...
...
@@ -5558,6 +5555,11 @@ static int outgoing_default_cb(nta_outgoing_magic_t *magic,
static
void
outgoing_resolve
(
nta_outgoing_t
*
orq
);
static
inline
void
outgoing_cancel_resolver
(
nta_outgoing_t
*
orq
);
static
inline
void
outgoing_destroy_resolver
(
nta_outgoing_t
*
orq
);
static
int
outgoing_other_destinations
(
nta_outgoing_t
const
*
orq
);
static
int
outgoing_try_another
(
nta_outgoing_t
*
orq
);
#else
#define outgoing_other_destinations(orq) (0)
#define outgoing_try_another(orq) (0)
#endif
/**Create an outgoing request and client transaction belonging to the leg.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment