]> git.draconx.ca Git - liblbx.git/commit
liblbx: Parameterise I/O functions to allow custom streams.
authorNick Bowler <nbowler@draconx.ca>
Thu, 4 Feb 2010 01:47:40 +0000 (20:47 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 4 Feb 2010 05:11:44 +0000 (00:11 -0500)
commita6ae4dd126e7b2b678e0db31b68bba51311282cc
tree80ee46c36b31a5c9830e9127d5ed659c420891f2
parent2b1632fb6800874d736cdf068a25eef8aab99842
liblbx: Parameterise I/O functions to allow custom streams.

This eliminates the need for lbx_mopen and friends, so remove them.  We
also now leave it to the caller to handle "seeking" on pipes, to
eliminate yet another hack.  Only the core LBX handling code is updated
for now.
src/Makefile.inc
src/fops.c [new file with mode: 0644]
src/lbx.c
src/lbx.h
src/lbxtool.c