message enhancements 2nd edition

This commit is contained in:
2008-02-22 19:39:09 +01:00
parent a98b4eda40
commit 3fa3292564
5 changed files with 47 additions and 6 deletions

View File

@ -37,4 +37,13 @@ void iso_msg_debug(int imgid, const char *fmt, ...);
*/
int iso_msg_submit(int imgid, int errcode, int causedby, const char *fmt, ...);
/* ts A80222 */
/* To be called with events which report incidents with individual input
files from the local filesystem. Not with image nodes, files containing an
image or similar file-like objects.
*/
int iso_report_errfile(char *path, int error_code, int os_errno, int flag);
#endif /*MESSAGES_H_*/