outaout.c -- use list helpers
commita95a76a8685b5cb485b11c1c76c2a928d8f9b9a3
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 28 Jul 2009 19:26:12 +0000 (28 23:26 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 28 Jul 2009 19:26:12 +0000 (28 23:26 +0400)
tree9f413e90b33fb472d8bd4ee7948f1e2be9f081e6
parenta92a3a5c499773737c6e94d11a26520d19ac4c5c
outaout.c -- use list helpers

Note that we use list_for_each(var,var) sometime
which actually brings in at least one redundant
assignment in case of NULL being passed but save
us a few lines of code.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outaout.c