Fix prototype mismatch. Thanks yet again to the every vigilant Steve

Schultz.
This commit is contained in:
rocky
2006-04-14 21:09:55 +00:00
parent 79755a7659
commit 4585f21f80

View File

@@ -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 <rocky@cpan.org>
This program is free software; you can redistribute it and/or modify
@@ -86,7 +86,7 @@ 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,
ssize_t udf_read_block(const udf_dirent_t *p_udf_dirent,
void * buf, size_t count);
/**