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
f6e944f7
Commit
f6e944f7
authored
Oct 12, 2007
by
Pekka Pessi
Browse files
url.h: silenced warning on URL_INIT_AS()
darcs-hash:20071012173725-88462-182193ec8002749c5cded035f0b2929fbd2a0ed5.gz
parent
dbe11e9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/url/sofia-sip/url.h
View file @
f6e944f7
...
...
@@ -204,7 +204,7 @@ SOFIAPUBFUN char *url_unescape(char *d, char const *s);
* @endcode
*/
#define URL_INIT_AS(type) \
{ "\0
\0
", url_##type, 0, url_##type != url_any ? #type : "*" }
{ "\0", url_##type, 0, url_##type != url_any ? #type : "*" }
/** Init a url structure as given type */
SOFIAPUBFUN
void
url_init
(
url_t
*
url
,
enum
url_type_e
type
);
...
...
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