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
0c8839e4
Commit
0c8839e4
authored
Feb 09, 2007
by
Pekka Pessi
Browse files
test_http.c: using const test_mclass
darcs-hash:20070209134000-55b16-0ffcf9c441eb269bcaf4d9d24add0f25e378b9e8.gz
parent
9b0c3ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/http/test_http.c
View file @
0c8839e4
...
...
@@ -76,7 +76,7 @@ static int http_tag_test(void);
static
int
test_query_parser
(
void
);
static
msg_t
*
read_message
(
char
const
string
[]);
msg_mclass_t
*
test_mclass
=
NULL
;
msg_mclass_t
const
*
test_mclass
=
NULL
;
void
usage
(
void
)
{
...
...
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