Rename hb_buffer_clear() to hb_buffer_clear_contents()
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 7 Jan 2013 22:46:37 +0000 (16:46 -0600)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 7 Jan 2013 22:46:37 +0000 (16:46 -0600)
commit1172dc736280566426eb6dade1a886b2a0ca9aa4
tree0762a38a80e270e4f0259f80852d469f8ff5ef5a
parent7b912c1936c3e8a7df27a30782ca127d0a83822d
Rename hb_buffer_clear() to hb_buffer_clear_contents()

The previous name was clashing with harfbuzz.old.  There are systems
that need to link both...

Clash-free now again.
src/hb-buffer.cc
src/hb-buffer.h
test/api/test-buffer.c
util/options.hh