summaryrefslogtreecommitdiff
path: root/doc/src/examples/nla_flag.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/nla_flag.c')
-rw-r--r--doc/src/examples/nla_flag.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/src/examples/nla_flag.c b/doc/src/examples/nla_flag.c
deleted file mode 100644
index dc3d0f9..0000000
--- a/doc/src/examples/nla_flag.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* nla_put_flag() appends a zero sized attribute to the message. */
-nla_put_flag(msg, ATTR_FLAG);
-
-
-/* There is no need for a receival function, the presence is the value. */
-if (attrs[ATTR_FLAG])
- /* flag is present */