aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/telephony-and-music/cleanup.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-25 18:19:04 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-25 18:19:04 +0200
commit134aea8dd229daf938b109af7176be667e4201fb (patch)
tree61a4191d2a7a3309cb1c9601b7753e9ddc67c395 /doc/examples/telephony-and-music/cleanup.c
parenttypo (diff)
downloadbus-134aea8dd229daf938b109af7176be667e4201fb.tar.gz
bus-134aea8dd229daf938b109af7176be667e4201fb.tar.bz2
bus-134aea8dd229daf938b109af7176be667e4201fb.tar.xz
add telephony-and-music example
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/examples/telephony-and-music/cleanup.c')
-rw-r--r--doc/examples/telephony-and-music/cleanup.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/telephony-and-music/cleanup.c b/doc/examples/telephony-and-music/cleanup.c
new file mode 100644
index 0000000..00f07bc
--- /dev/null
+++ b/doc/examples/telephony-and-music/cleanup.c
@@ -0,0 +1,8 @@
+#include <bus.h>
+#include <stdio.h>
+
+int main()
+{
+ return bus_unlink("/tmp/example-bus") && (perror("cleanup"), 1);
+}
+