Rename jtrans_init() to jtrans_new()
commit73f35269b99e6d1584a194416d61bf1088d286b8
authorAlberto Bertogli <albertito@blitiri.com.ar>
Thu, 23 Apr 2009 22:40:03 +0000 (23 19:40 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Thu, 23 Apr 2009 22:40:03 +0000 (23 19:40 -0300)
tree42738a72b054db8a6a8a1d7a61fc77ac389ca2ac
parent1d82e761c95f87cccee081211dff8a33953dd0f1
Rename jtrans_init() to jtrans_new()

Since jtrans_init() now allocates the structure, it makes sense to rename
it to something that shows its real behaviour.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
UPGRADING
bindings/python/libjio.c
doc/guide.rst
libjio/check.c
libjio/libjio.3
libjio/libjio.h
libjio/trans.c
libjio/unix.c
samples/full.c
samples/jio3.c