~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to libtest/vchar.hpp

  • Committer: Brian Aker
  • Date: 2013-01-08 01:03:28 UTC
  • mto: (1136.1.1 1.0)
  • mto: This revision was merged to the branch mainline in revision 1131.
  • Revision ID: brian@tangent.org-20130108010328-vmzuzj9j753k3fdp
Update yatl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
namespace vchar {
53
53
 
54
54
int compare(libtest::vchar_t& arg, const char *str, size_t length);
 
55
void chomp(libtest::vchar_t& arg);
55
56
void make(libtest::vchar_t& arg);
56
57
void make(libtest::vchar_t& arg, size_t length);
57
58
void append(libtest::vchar_ptr_t& arg, const char*);
 
59
void append(libtest::vchar_t& arg, const char*);
58
60
 
59
61
} // namespace vchar
60
62