summaryrefslogtreecommitdiff
path: root/doc/src/examples/nlmsg_for_each.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/nlmsg_for_each.c')
-rw-r--r--doc/src/examples/nlmsg_for_each.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/src/examples/nlmsg_for_each.c b/doc/src/examples/nlmsg_for_each.c
deleted file mode 100644
index ae2ee66..0000000
--- a/doc/src/examples/nlmsg_for_each.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <netlink/msg.h>
-
-struct nlmsghdr *hdr;
-
-nlmsg_for_each(hdr, stream, length) {
- /* do something with message */
-}