Show
Ignore:
Timestamp:
11/03/08 21:48:34 (2 months ago)
Author:
karpet
Message:

switch another int to boolean

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/src/libswish3/libswish3.h

    r2188 r2189  
    601601                                         xmlChar * joiner, 
    602602                                         boolean cleanwsp, 
    603                                          int autovivify); 
     603                                         boolean autovivify); 
    604604void                swish_add_str_to_nb( swish_NamedBuffer * nb,  
    605605                                         xmlChar * name,  
     
    608608                                         xmlChar * joiner, 
    609609                                         boolean cleanwsp, 
    610                                          int autovivify); 
     610                                         boolean autovivify); 
    611611void                swish_append_buffer( xmlBufferPtr buf, xmlChar * txt, int len ); 
    612612xmlChar*            swish_nb_get_value( swish_NamedBuffer* nb, xmlChar* key );