aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial-examples/003.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial-examples/003.c')
-rw-r--r--doc/tutorial-examples/003.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/tutorial-examples/003.c b/doc/tutorial-examples/003.c
deleted file mode 100644
index d13681ca6..000000000
--- a/doc/tutorial-examples/003.c
+++ /dev/null
@@ -1,7 +0,0 @@
1 struct GNUNET_MQ_MessageHandlers handlers[] = {
2 // ...
3 GNUNET_MQ_handler_end ()
4 };
5 struct GNUNET_MQ_Handle *mq;
6
7 mq = GNUNET_CLIENT_connect (cfg, "service-name", handlers, &error_cb, NULL);