os_errno is not used by libisofs, and thus is removed from API.
This commit is contained in:
@ -1902,13 +1902,12 @@ int iso_set_msgs_severities(char *queue_severity, char *print_severity,
|
||||
* @param error_code Will become a unique error code as listed in error.h
|
||||
* @param imgid Id of the image that was issued the message.
|
||||
* @param msg_text Must provide at least ISO_MSGS_MESSAGE_LEN bytes.
|
||||
* @param os_errno Will become the eventual errno related to the message
|
||||
* @param severity Will become the severity related to the message and
|
||||
* should provide at least 80 bytes.
|
||||
* @return 1 if a matching item was found, 0 if not, <0 for severe errors
|
||||
*/
|
||||
int iso_obtain_msgs(char *minimum_severity, int *error_code, int *imgid,
|
||||
char msg_text[], int *os_errno, char severity[]);
|
||||
char msg_text[], char severity[]);
|
||||
|
||||
/**
|
||||
* Get the id of an IsoImage, used for message reporting. This message id,
|
||||
|
Reference in New Issue
Block a user