patch #6900: added define ip_ntoa(struct ip_addr*)

This commit is contained in:
goldsimon
2009-08-25 14:53:25 +00:00
parent 857fac1168
commit bc10ad2356
3 changed files with 10 additions and 2 deletions

View File

@@ -19,6 +19,9 @@ HISTORY
++ New features:
2009-08-25 Simon Goldschmidt
* ip_addr.h, netdb.c: patch #6900: added define ip_ntoa(struct ip_addr*)
2009-08-23 Simon Goldschmidt
* tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
to a human-readable string.