From 20ff61cb378d2550bedd582a5ce3eae07a84d731 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 11 Nov 2003 18:44:50 +0000 Subject: rename internal API function (_x_). CVS patchset: 5721 CVS date: 2003/11/11 18:44:50 --- src/input/pnm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/pnm.c') diff --git a/src/input/pnm.c b/src/input/pnm.c index b77cc69c8..4a09efb1e 100644 --- a/src/input/pnm.c +++ b/src/input/pnm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: pnm.c,v 1.15 2003/06/20 16:17:28 hadess Exp $ + * $Id: pnm.c,v 1.16 2003/11/11 18:44:54 f1rmb Exp $ * * pnm protocol implementation * based upon code from joschka @@ -299,7 +299,7 @@ static ssize_t rm_read(pnm_t *p, void *buf, size_t count) { return total; #else - return xine_read_abort(p->stream, p->s, buf, count ); + return _x_read_abort(p->stream, p->s, buf, count ); #endif } -- cgit v1.2.3