Add return types to tcpip_apimsg() and api_msg_post() to check ERR_MEM problems (api_lib.c can be change now).

This commit is contained in:
fbernon
2007-03-19 20:35:32 +00:00
parent e4cd00b5ea
commit b035a6196a
5 changed files with 12 additions and 7 deletions

View File

@@ -67,6 +67,10 @@ HISTORY
++ Bug fixes:
2007-03-19 Frédéric Bernon
* api_msg.h, api_msg.c, tcpip.h, tcpip.c: Add return types to tcpip_apimsg()
and api_msg_post().
2007-03-19 Frédéric Bernon
* Remove unimplemented "memp_realloc" function from memp.h.