From 7101471b5fc9ad10a0a0c06fb2aaeb5a568dbf56 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 Oct 2018 15:46:45 +0200 Subject: doc/documentation split into doc/tutorial and doc/handbook for clarity and to avoid automake freakout --- doc/tutorial/examples/011.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/tutorial/examples/011.c (limited to 'doc/tutorial/examples/011.c') diff --git a/doc/tutorial/examples/011.c b/doc/tutorial/examples/011.c new file mode 100644 index 000000000..23bc051de --- /dev/null +++ b/doc/tutorial/examples/011.c @@ -0,0 +1,8 @@ +void +disconnects (void *cls, + const struct GNUNET_PeerIdentity * peer) +{ + /* Remove peer's identity from known peers */ + /* Make sure no messages are sent to peer from now on */ +} + -- cgit v1.2.3