From 5cdf35fc88eabbfaea180d9d82c0f9d5526cddfe Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 22 Mar 2012 20:05:51 +0000 Subject: [PATCH] Fixes to AutoDoc. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44441 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/dos/exall.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rom/dos/exall.c b/rom/dos/exall.c index f8b05f0943..d6e0f5204c 100644 --- a/rom/dos/exall.c +++ b/rom/dos/exall.c @@ -1,5 +1,5 @@ /* - Copyright © 1995-2007, The AROS Development Team. All rights reserved. + Copyright © 1995-2012, The AROS Development Team. All rights reserved. $Id$ Desc: Examine a directory. @@ -41,7 +41,7 @@ which is filled with (partial) ExAllData structures (see NOTES) size -- size of 'buffer' in bytes - type -- type of the data to be returned + data -- type of the data to be returned control -- a control structure allocated by AllocDosObject() RESULT @@ -56,7 +56,7 @@ The following information is essential information on the ExAllData structure: - ead_type : + ed_Type: ED_NAME -- filename ED_TYPE -- type @@ -74,8 +74,8 @@ If a filesystem doesn't support a particular type, ERROR_BAD_NUMBER must be returned. - ead_Next : pointer to the next entry in the buffer. The last entry - has a NULL value for ead_Next. + ed_Next : pointer to the next entry in the buffer. The last entry + has a NULL value for ed_Next. The control structure have the following fields. -- 2.11.4.GIT