summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-10-20 13:32:45 (GMT)
committerThomas Graf <tgraf@suug.ch>2010-10-20 13:32:45 (GMT)
commit420438c71f2951b4ad1525de0d805fbf1cc9b15c (patch)
tree790bab914f9cd174d08916a99a474a9e8e24180f /include
parenta670ee5d72cc6c2492108edfe131f7547081748f (diff)
downloadlibnl-420438c71f2951b4ad1525de0d805fbf1cc9b15c.zip
libnl-420438c71f2951b4ad1525de0d805fbf1cc9b15c.tar.gz
libnl-420438c71f2951b4ad1525de0d805fbf1cc9b15c.tar.bz2
Remove NL_DUMP_ENV code
Dumping objects as environment variables has never been implemented completely and only increases the size of the library for no real purpose. Integration into scripts is better achieved by implementing a python module anyway.
Diffstat (limited to 'include')
-rw-r--r--include/netlink/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netlink/types.h b/include/netlink/types.h
index 2e0b9c3..f6dade3 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_ENV, /**< Dump all attribtues as env variables */
__NL_DUMP_MAX,
};
#define NL_DUMP_MAX (__NL_DUMP_MAX - 1)