Remove the "xboolean" typedef from the code base.

This commit is contained in:
Marcelo Roberto Jimenez
2010-11-22 09:28:17 -02:00
parent c21a67f2d1
commit 6e7a2bb2dc
10 changed files with 14 additions and 18 deletions

View File

@@ -49,7 +49,7 @@ extern "C" {
*
* \return boolean.
*/
xboolean has_xml_content_type(
int has_xml_content_type(
/*! HTTP Message object. */
IN http_message_t *hmsg);