diff options
Diffstat (limited to 'doc/tutorial-examples/008.c')
-rw-r--r-- | doc/tutorial-examples/008.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/tutorial-examples/008.c b/doc/tutorial-examples/008.c deleted file mode 100644 index 2dffe2cf91..0000000000 --- a/doc/tutorial-examples/008.c +++ /dev/null @@ -1,22 +0,0 @@ -static void -run (void *cls, - const struct GNUNET_CONFIGURATION_Handle *c, - struct GNUNET_SERVICE_Handle *service) -{ -} - -static void * -client_connect_cb (void *cls, - struct GNUNET_SERVICE_Client *c, - struct GNUNET_MQ_Handle *mq) -{ - return c; -} - -static void -client_disconnect_cb (void *cls, - struct GNUNET_SERVICE_Client *c, - void *internal_cls) -{ - GNUNET_assert (c == internal_cls); -} |