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
238088cd
Commit
238088cd
authored
May 12, 2008
by
Pekka Pessi
Browse files
msg_header.h: removed c99ism
darcs-hash:20080512192002-db55f-258e35dce7e1e1b99bd2b16b6e8f99c08fcdb1ca.gz
parent
cc65bba1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/msg/sofia-sip/msg_header.h
libsofia-sip-ua/msg/sofia-sip/msg_header.h
+1
-1
No files found.
libsofia-sip-ua/msg/sofia-sip/msg_header.h
View file @
238088cd
...
@@ -282,7 +282,7 @@ SOFIAPUBFUN unsigned long msg_hash_string(char const *id);
...
@@ -282,7 +282,7 @@ SOFIAPUBFUN unsigned long msg_hash_string(char const *id);
#define MSG_STRUCT_ALIGN(p) ((p) = (void*)MSG_ALIGN(p, sizeof(void *)))
#define MSG_STRUCT_ALIGN(p) ((p) = (void*)MSG_ALIGN(p, sizeof(void *)))
enum
{
enum
{
msg_n_params
=
8
,
/* allocation size of parameter string list */
msg_n_params
=
8
/* allocation size of parameter string list */
#define MSG_N_PARAMS msg_n_params
#define MSG_N_PARAMS msg_n_params
};
};
...
...
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