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
71d7efce
Commit
71d7efce
authored
Oct 21, 2005
by
Pekka Pessi
Browse files
Removed Content-Base header.
darcs-hash:20051021124527-65a35-12b29e33eaa113d819673824367d9a867d13cbaa.gz
parent
7cfb882b
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/msg/msg_mime.c
View file @
71d7efce
...
...
@@ -88,7 +88,6 @@ union msg_mime_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_language_t
sh_content_language
[
1
];
msg_content_length_t
sh_content_length
[
1
];
...
...
@@ -1910,17 +1909,40 @@ MSG_HEADER_CLASS_G(content_location, "Content-Location", "", single);
/* ====================================================================== */
/* ====================================================================== */
#if 0
/**@ingroup msg_mime
* @defgroup msg_content_base Content-Base Header
*
* RFC2617:
* Content-Base was deleted from the specification: it was not
* implemented widely, and there is no simple, safe way to introduce it
* without a robust extension mechanism. In addition, it is used in a
* similar, but not identical fashion in MHTML [45].
*
*/
/**@ingroup msg_content_base
* @typedef msg_generic_t msg_content_base_t;
* Content-Base Header Structure.
* @code
* typedef struct
* {
* msg_common_t g_common[1]; // Common fragment info
* msg_content_base_t *g_next; // Link to next header
* char const *g_string; // Header value
* }
* @endcode
*/
#define msg_content_base_d msg_generic_d
#define msg_content_base_e msg_generic_e
msg_hclass_t msg_content_base_class[] =
MSG_HEADER_CLASS_G(content_base, "Content-Base", "", single);
#endif
/* ====================================================================== */
/**@ingroup msg_mime
...
...
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