A doc elaboration for cdio_error.

This commit is contained in:
rocky
2004-05-05 01:50:46 +00:00
parent 582db275fe
commit 22cbb86fc5

View File

@@ -1,5 +1,5 @@
/*
$Id: logging.h,v 1.6 2003/11/17 12:06:58 rocky Exp $
$Id: logging.h,v 1.7 2004/05/05 01:50:46 rocky Exp $
Copyright (C) 2000, Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003, Rocky Bernstein <rocky@panix.com>
@@ -111,7 +111,7 @@ void cdio_info (const char format[], ...) GNUC_PRINTF(1,2);
void cdio_warn (const char format[], ...) GNUC_PRINTF(1,2);
/**
* Handle an error message.
* Handle an error message. Execution is terminated
*
* @see cdio_log for a more generic routine.
*/