From 4585f21f804df1fcacd2fa1d76011b9175b893ed Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 14 Apr 2006 21:09:55 +0000 Subject: [PATCH] Fix prototype mismatch. Thanks yet again to the every vigilant Steve Schultz. --- include/cdio/udf_file.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cdio/udf_file.h b/include/cdio/udf_file.h index eaf952dc..1a245f2e 100644 --- a/include/cdio/udf_file.h +++ b/include/cdio/udf_file.h @@ -1,5 +1,5 @@ /* - $Id: udf_file.h,v 1.9 2006/04/12 09:30:14 rocky Exp $ + $Id: udf_file.h,v 1.10 2006/04/14 21:09:55 rocky Exp $ Copyright (C) 2005, 2006 Rocky Bernstein This program is free software; you can redistribute it and/or modify @@ -86,8 +86,8 @@ extern "C" { If count is zero, read() returns zero and has no other results. If count is greater than SSIZE_MAX, the result is unspecified. */ - driver_return_code_t udf_read_block(const udf_dirent_t *p_udf_dirent, - void * buf, size_t count); + ssize_t udf_read_block(const udf_dirent_t *p_udf_dirent, + void * buf, size_t count); /** Advances p_udf_direct to the the next directory entry in the