git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@436 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez 2008-06-11 23:29:11 +00:00
parent 3906d8c2c7
commit a583e0a60e

View File

@ -2510,13 +2510,8 @@ method_to_str( IN http_method_t method )
}
/*!
* \brief Print the HTTP headers.
*/
#ifdef DEBUG
void print_http_headers(
/*! [in] HTTP Message object. */
http_message_t *hmsg)
void print_http_headers(http_message_t *hmsg)
{
ListNode *node;
/* NNS: dlist_node *node; */