summaryrefslogtreecommitdiff
path: root/doc/src/examples/nla_flag.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-07-14 12:48:00 +0200
committerThomas Graf <tgraf@suug.ch>2011-07-14 12:48:00 +0200
commit63548f5664e0e149f5e51219ad6f582f985e3c42 (patch)
treebcb04f5d3beac0aaa887a6cd75ef791faefdfae4 /doc/src/examples/nla_flag.c
parent21d52eabba00089e3319575616a429fb75309cb7 (diff)
downloadlibnl-master.tar.gz
documentation updatesHEADmaster
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 */