From b634e90b2cf864182e1c2151db4fa8bf973b3cd5 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 16 Apr 2007 21:31:23 +0000 Subject: [PATCH] Corrected description of return values --- libburn/trunk/libburn/ddlpa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libburn/trunk/libburn/ddlpa.h b/libburn/trunk/libburn/ddlpa.h index 9d94f8cf..090625d8 100644 --- a/libburn/trunk/libburn/ddlpa.h +++ b/libburn/trunk/libburn/ddlpa.h @@ -64,7 +64,7 @@ struct ddlpa_lock { @param errmsg if *errmsg is not NULL after the call, it contains an error message. Then to be released by free(3). It is NULL in case of success or lack of memory. - @return 0=success , 1=failure + @return 0=success , else an errno compatible error number */ int ddlpa_lock_path(char *path, int o_flags, int ddlpa_flags, struct ddlpa_lock **lockbundle, char **errmsg); @@ -80,7 +80,7 @@ int ddlpa_lock_path(char *path, int o_flags, int ddlpa_flags, will be ignored. @param lockbundle see ddlpa_lock_path(). @param errmsg see ddlpa_lock_path(). - @return 0=success , 1=failure + @return 0=success , else an errno compatible error number */ int ddlpa_lock_btl(int bus, int target, int lun, int o_flags, int ddlpa_flags,