summaryrefslogtreecommitdiffstats
path: root/src/nl-list-caches.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nl-list-caches.c')
-rw-r--r--src/nl-list-caches.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/nl-list-caches.c b/src/nl-list-caches.c
index ed0e92a..7e4ffc1 100644
--- a/src/nl-list-caches.c
+++ b/src/nl-list-caches.c
@@ -6,10 +6,11 @@
* License as published by the Free Software Foundation version 2.1
* of the License.
*
- * Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
+ * Copyright (c) 2003-2009 Thomas Graf <tgraf@suug.ch>
*/
-#include "utils.h"
+#include <netlink-local.h>
+#include <netlink/cli/utils.h>
static void print_usage(void)
{
@@ -47,9 +48,7 @@ static void print(struct nl_cache_ops *ops, void *arg)
"brief",
"detailed",
"stats",
- "xml",
"env",
- "events"
};
int i;