diff --git a/tools/nxstyle.c b/tools/nxstyle.c index 9774849b4e..1937976398 100644 --- a/tools/nxstyle.c +++ b/tools/nxstyle.c @@ -617,6 +617,17 @@ static const char *g_white_content_list[] = "unzGetCurrentFileInfo64", "unzGoToNextFile", "unzGoToFirstFile", + + /* Ref: + * apps/netutils/telnetc/telnetc.c + */ + + "deflateInit", + "deflateEnd", + "inflateInit", + "inflateEnd", + "zError", + NULL };