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

@@ -44,7 +44,7 @@
#include "statcodes.h"
#include "parsetools.h"
xboolean has_xml_content_type(http_message_t *hmsg)
int has_xml_content_type(http_message_t *hmsg)
{
memptr hdr_value;