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
c70af6bb
Commit
c70af6bb
authored
Oct 21, 2005
by
Pekka Pessi
Browse files
Removed Content-Base header from msg module.
darcs-hash:20051021124557-65a35-d4870193017baf6a7d0eabb6b9943c0d9a4ab3de.gz
parent
71d7efce
Changes
2
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/msg/msg_mime.h
View file @
c70af6bb
...
...
@@ -59,7 +59,6 @@ typedef msg_accept_any_t msg_accept_language_t;
typedef
struct
msg_content_disposition_s
msg_content_disposition_t
;
typedef
msg_list_t
msg_content_encoding_t
;
typedef
msg_generic_t
msg_content_base_t
;
typedef
msg_generic_t
msg_content_id_t
;
typedef
struct
msg_content_length_s
msg_content_length_t
;
typedef
msg_generic_t
msg_content_location_t
;
...
...
@@ -171,7 +170,6 @@ struct msg_multipart_s
msg_content_disposition_t
*
mp_content_disposition
;
/**< Content-Disposition */
msg_content_location_t
*
mp_content_location
;
/**< Content-Location */
msg_content_base_t
*
mp_content_base
;
/**< Content-Base */
msg_content_id_t
*
mp_content_id
;
/**< Content-ID */
msg_content_language_t
*
mp_content_language
;
/**< Content-Language */
msg_content_encoding_t
*
mp_content_encoding
;
/**< Content-Encoding */
...
...
libsofia-sip-ua/msg/msg_test_class.h
View file @
c70af6bb
...
...
@@ -135,7 +135,6 @@ union msg_test_u
msg_accept_language_t
sh_accept_language
[
1
];
msg_content_disposition_t
sh_content_disposition
[
1
];
msg_content_encoding_t
sh_content_encoding
[
1
];
msg_content_base_t
sh_content_base
[
1
];
msg_content_id_t
sh_content_id
[
1
];
msg_content_md5_t
sh_content_md5
[
1
];
msg_content_language_t
sh_content_language
[
1
];
...
...
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