Changeset 60ab6c3 in mainline for uspace/srv/net/app/print_error.h
- Timestamp:
- 2010-03-10T05:46:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5782081
- Parents:
- 71b00dcc (diff), b48ebd19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/app/print_error.h
r71b00dcc r60ab6c3 50 50 #define IS_SOCKET_ERROR(error_code) ((error_code) < 0) 51 51 52 /** Prints the specific ICMP error description. 53 * @param[in] output The description output stream. May be NULL. 54 * @param[in] error_code The ICMP error code. 55 * @param[in] prefix The error description prefix. May be NULL. 56 * @param[in] suffix The error description suffix. May be NULL. 57 */ 58 void icmp_print_error(FILE * output, int error_code, const char * prefix, const char * suffix); 59 52 60 /** Prints the error description. 53 61 * Supports ICMP and socket error codes. … … 58 66 */ 59 67 void print_error(FILE * output, int error_code, const char * prefix, const char * suffix); 60 61 /** Prints the specific ICMP error description.62 * @param[in] output The description output stream. May be NULL.63 * @param[in] error_code The ICMP error code.64 * @param[in] prefix The error description prefix. May be NULL.65 * @param[in] suffix The error description suffix. May be NULL.66 */67 void icmp_print_error(FILE * output, int error_code, const char * prefix, const char * suffix);68 68 69 69 /** Prints the specific socket error description.
Note:
See TracChangeset
for help on using the changeset viewer.