diff options
Diffstat (limited to 'doc/tutorial-examples/003.c')
-rw-r--r-- | doc/tutorial-examples/003.c | 7 |
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 d13681ca60..0000000000 --- a/doc/tutorial-examples/003.c +++ /dev/null @@ -1,7 +0,0 @@ - struct GNUNET_MQ_MessageHandlers handlers[] = { - // ... - GNUNET_MQ_handler_end () - }; - struct GNUNET_MQ_Handle *mq; - - mq = GNUNET_CLIENT_connect (cfg, "service-name", handlers, &error_cb, NULL); |