Changeset 2189

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 ); 
  • libswish3/trunk/src/libswish3/namedbuffer.c

    r2188 r2189  
    150150    xmlChar *joiner, 
    151151    boolean cleanwsp, 
    152     int autovivify 
     152    boolean autovivify 
    153153) 
    154154{ 
     
    165165    xmlChar *joiner, 
    166166    boolean cleanwsp, 
    167     int autovivify 
     167    boolean autovivify 
    168168) 
    169169{