summaryrefslogtreecommitdiff
path: root/src/xine-engine/io_helper.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2003-07-27 12:47:23 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2003-07-27 12:47:23 +0000
commit0aca38b38e8facd14540874dc3d68f65dac2364f (patch)
tree0288ec8aca1e075d69e111c4cb80defdb50bbb6b /src/xine-engine/io_helper.c
parent47a3a7ec62f0ec8ddde070e612aa7f9ea9f68535 (diff)
downloadxine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.gz
xine-lib-0aca38b38e8facd14540874dc3d68f65dac2364f.tar.bz2
- removed xine-engine/locale.c as it is unused, fix static functions in the
engine and the utils, removed unused variables CVS patchset: 5219 CVS date: 2003/07/27 12:47:23
Diffstat (limited to 'src/xine-engine/io_helper.c')
-rw-r--r--src/xine-engine/io_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/io_helper.c b/src/xine-engine/io_helper.c
index 60a24c685..c47177f75 100644
--- a/src/xine-engine/io_helper.c
+++ b/src/xine-engine/io_helper.c
@@ -151,7 +151,7 @@ int xio_select (xine_stream_t *stream, int fd, int state, int timeout_msec) {
}
-off_t xio_rw_abort(xine_stream_t *stream, int fd, int cmd, char *buf, off_t todo) {
+static off_t xio_rw_abort(xine_stream_t *stream, int fd, int cmd, char *buf, off_t todo) {
off_t ret = -1;
off_t total = 0;