diff options
author | Thomas Graf <tgr@lsx.localdomain> | 2008-06-17 01:04:19 (GMT) |
---|---|---|
committer | Thomas Graf <tgr@lsx.localdomain> | 2008-06-17 01:04:19 (GMT) |
commit | 13ab2441ced84cfc093734b257c43fa468cb22fd (patch) | |
tree | 0dd70100367d6344871ba99cad6a7c9c2ec429bb /include/netlink | |
parent | ff05f2ffc3caea6c59b6c940aa80e1314783a070 (diff) | |
download | libnl-13ab2441ced84cfc093734b257c43fa468cb22fd.zip libnl-13ab2441ced84cfc093734b257c43fa468cb22fd.tar.gz libnl-13ab2441ced84cfc093734b257c43fa468cb22fd.tar.bz2 |
Remove XML dumping
Bloats the library, not frequently used
Diffstat (limited to 'include/netlink')
-rw-r--r-- | include/netlink/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netlink/types.h b/include/netlink/types.h index f650976..2e0b9c3 100644 --- a/include/netlink/types.h +++ b/include/netlink/types.h @@ -22,7 +22,6 @@ enum nl_dump_type { NL_DUMP_LINE, /**< Dump object briefly on one line */ NL_DUMP_DETAILS, /**< Dump all attributes but no statistics */ NL_DUMP_STATS, /**< Dump all attributes including statistics */ - NL_DUMP_XML, /**< Dump all attribtes in XML format */ NL_DUMP_ENV, /**< Dump all attribtues as env variables */ __NL_DUMP_MAX, }; |