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
belle-sip
Commits
8ff96df7
Commit
8ff96df7
authored
Mar 16, 2017
by
Ghislain MARY
Browse files
Fix build on Windows.
parent
888578cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/belle_sip_internal.h
src/belle_sip_internal.h
+1
-1
tester/belle_sip_register_tester.c
tester/belle_sip_register_tester.c
+1
-1
No files found.
src/belle_sip_internal.h
View file @
8ff96df7
...
...
@@ -1075,7 +1075,7 @@ void belle_sip_multipart_body_handler_progress_cb(belle_sip_body_handler_t *obj,
belle_sip_list_t
*
belle_sip_parse_directory
(
const
char
*
path
,
const
char
*
file_type
);
typedef
struct
authorization_context
authorization_context_t
;
void
belle_sip_authorization_destroy
(
authorization_context_t
*
object
);
BELLESIP_EXPORT
void
belle_sip_authorization_destroy
(
authorization_context_t
*
object
);
#endif
tester/belle_sip_register_tester.c
View file @
8ff96df7
...
...
@@ -944,7 +944,7 @@ void register_process_request_event(char *nonce, const belle_sip_request_event_t
belle_sip_server_transaction_send_response
(
trans
,
response_msg
);
}
static
void
test_register_with_next_nonce
()
{
static
void
test_register_with_next_nonce
(
void
)
{
belle_sip_listening_point_t
*
server_lp
=
belle_sip_stack_create_listening_point
(
stack
,
"0.0.0.0"
,
bctbx_random
()
%
20000
+
1024
,
"TCP"
);
char
nonce
[
NONCE_SIZE
];
belle_sip_listener_t
*
server_listener
;
...
...
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