]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Implement a basic "writer" infrastructure to emit structured text.
authorAndreas Hofmeister <andi@collax.com>
Sun, 28 Feb 2010 14:24:35 +0000 (15:24 +0100)
committerVincent <bernat@luffy.cx>
Sat, 6 Mar 2010 09:26:46 +0000 (10:26 +0100)
commitf4d33e6bf103d96c94ec392fd263b1bc78f8d616
treec16549d9635e5f48c7de6e15b256a3d909c6581a
parent2e1ea85060c7c926609b0217af678553bc5f5b8a
Implement a basic "writer" infrastructure to emit structured text.

This patch implements a basic plain text writer and uses that in display.c.
src/Makefile.am
src/display.c
src/text_writer.c [new file with mode: 0644]
src/writer.h [new file with mode: 0644]