From 339e6f0e1d8a8eddcaa58ceb3e7396eca9714087 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 3 Aug 2006 15:52:09 +0000 Subject: * `nix-env -q --xml': show query result in XML format for easier automated processing. --- src/libutil/xml-writer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/xml-writer.hh') diff --git a/src/libutil/xml-writer.hh b/src/libutil/xml-writer.hh index 84c7fafbc95c..ae6c76ff2c9b 100644 --- a/src/libutil/xml-writer.hh +++ b/src/libutil/xml-writer.hh @@ -33,7 +33,7 @@ public: const XMLAttrs & attrs = XMLAttrs()); void closeElement(); - void writeShortElement(const string & name, + void writeEmptyElement(const string & name, const XMLAttrs & attrs = XMLAttrs()); void writeCharData(const string & data); -- cgit 1.4.1