Changeset 2189
- Timestamp:
- 11/03/08 21:48:34 (2 months ago)
- Files:
-
- libswish3/trunk/src/libswish3/libswish3.h (modified) (2 diffs)
- libswish3/trunk/src/libswish3/namedbuffer.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/src/libswish3/libswish3.h
r2188 r2189 601 601 xmlChar * joiner, 602 602 boolean cleanwsp, 603 intautovivify);603 boolean autovivify); 604 604 void swish_add_str_to_nb( swish_NamedBuffer * nb, 605 605 xmlChar * name, … … 608 608 xmlChar * joiner, 609 609 boolean cleanwsp, 610 intautovivify);610 boolean autovivify); 611 611 void swish_append_buffer( xmlBufferPtr buf, xmlChar * txt, int len ); 612 612 xmlChar* swish_nb_get_value( swish_NamedBuffer* nb, xmlChar* key ); libswish3/trunk/src/libswish3/namedbuffer.c
r2188 r2189 150 150 xmlChar *joiner, 151 151 boolean cleanwsp, 152 intautovivify152 boolean autovivify 153 153 ) 154 154 { … … 165 165 xmlChar *joiner, 166 166 boolean cleanwsp, 167 intautovivify167 boolean autovivify 168 168 ) 169 169 {
