summaryrefslogtreecommitdiff
path: root/include/netlink/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/object.h')
-rw-r--r--include/netlink/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netlink/object.h b/include/netlink/object.h
index ef1ed9f..7dc62ac 100644
--- a/include/netlink/object.h
+++ b/include/netlink/object.h
@@ -36,6 +36,7 @@ extern void nl_object_put(struct nl_object *);
extern int nl_object_shared(struct nl_object *);
extern void nl_object_dump(struct nl_object *,
struct nl_dump_params *);
+extern void nl_object_dump_buf(struct nl_object *, char *, size_t);
extern int nl_object_identical(struct nl_object *,
struct nl_object *);
extern uint32_t nl_object_diff(struct nl_object *,