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

@@ -48,7 +48,7 @@
* matched.
* IN int num_entries ; number of entries in the table that need
* to be searched.
* IN xboolean case_sensitive ; whether the case should be case
* IN int case_sensitive ; whether the case should be case
* sensitive or not
*
* Description : Match the given name with names from the entries in the
@@ -65,7 +65,7 @@ map_str_to_int( IN const char *name,
IN size_t name_len,
IN str_int_entry * table,
IN int num_entries,
IN xboolean case_sensitive )
IN int case_sensitive )
{
int top,
mid,