projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb75dd7
)
tutorial-examples/003.c : shorten the line length.
author
ng0
<ng0@infotropique.org>
Fri, 20 Oct 2017 14:48:23 +0000
(14:48 +0000)
committer
ng0
<ng0@infotropique.org>
Fri, 20 Oct 2017 14:48:23 +0000
(14:48 +0000)
doc/tutorial-examples/003.c
patch
|
blob
|
history
diff --git
a/doc/tutorial-examples/003.c
b/doc/tutorial-examples/003.c
index f1105a0707923803147bd53286c50673fce92c8d..d158d7e756dbb1cabb4fb66f258abe8666af29dd 100644
(file)
--- a/
doc/tutorial-examples/003.c
+++ b/
doc/tutorial-examples/003.c
@@
-4,4
+4,8
@@
struct GNUNET_MQ_MessageHandlers handlers[] = {
};
struct GNUNET_MQ_Handle *mq;
-mq = GNUNET_CLIENT_connect (cfg, "service-name", handlers, &error_cb, NULL);
+mq = GNUNET_CLIENT_connect (cfg,
+ "service-name",
+ handlers,
+ &error_cb,
+ NULL);