diff options
Diffstat (limited to 'doc/documentation/tutorial-examples/012.c')
-rw-r--r-- | doc/documentation/tutorial-examples/012.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/documentation/tutorial-examples/012.c b/doc/documentation/tutorial-examples/012.c new file mode 100644 index 0000000000..cb21d78ab2 --- /dev/null +++ b/doc/documentation/tutorial-examples/012.c @@ -0,0 +1,4 @@ +#include "gnunet_peerstore_service.h" + +peerstore_handle = GNUNET_PEERSTORE_connect (cfg); + |