[Freeswitch-trunk] [commit] r12454 - freeswitch/trunk/src/include
FreeSWITCH SVN
mrene at freeswitch.org
Wed Mar 4 21:59:54 PST 2009
Author: mrene
Date: Wed Mar 4 23:59:54 2009
New Revision: 12454
Log:
Modified:
freeswitch/trunk/src/include/switch_xml_config.h
Modified: freeswitch/trunk/src/include/switch_xml_config.h
==============================================================================
--- freeswitch/trunk/src/include/switch_xml_config.h (original)
+++ freeswitch/trunk/src/include/switch_xml_config.h Wed Mar 4 23:59:54 2009
@@ -49,12 +49,12 @@
typedef struct {
char *key; /*< The item's key or NULL if this is the last one in the list */
- switch_size_t value; /*< The item's value */
+ int value; /*< The item's value */
} switch_xml_config_enum_item_t;
typedef struct {
switch_memory_pool_t *pool; /*< If set, the string will be allocated on the pool (unless the length param is > 0, then you misread this file)*/
- int length; /*< Length of the char array, or 0 if memory has to be allocated dynamically*/
+ switch_size_t length; /*< Length of the char array, or 0 if memory has to be allocated dynamically*/
} switch_xml_config_string_options_t;
struct switch_xml_config_item;
More information about the Freeswitch-trunk
mailing list