aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/chapters
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-27 14:58:19 +0000
committerng0 <ng0@infotropique.org>2017-10-27 14:58:19 +0000
commitc0dc50248992fe1eaaafca3aa0dc423287e81a7b (patch)
tree2a8ac95880baa9f6d8168871ace8b73357c8fb34 /doc/documentation/chapters
parente9e53c9a73b2fc33f921cc158cb0ce08eeba74f8 (diff)
downloadgnunet-c0dc50248992fe1eaaafca3aa0dc423287e81a7b.tar.gz
gnunet-c0dc50248992fe1eaaafca3aa0dc423287e81a7b.zip
Followup
Diffstat (limited to 'doc/documentation/chapters')
-rw-r--r--doc/documentation/chapters/developer.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index 70f301f49..fa9094268 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -46,7 +46,7 @@ new chapters, sections or insightful comments.
46* Build-system:: 46* Build-system::
47* Developing extensions for GNUnet using the gnunet-ext template:: 47* Developing extensions for GNUnet using the gnunet-ext template::
48* Writing testcases:: 48* Writing testcases::
49* GNUnet's TESTING library:: 49* TESTING library::
50* Performance regression analysis with Gauger:: 50* Performance regression analysis with Gauger::
51* TESTBED Subsystem:: 51* TESTBED Subsystem::
52* libgnunetutil:: 52* libgnunetutil::
@@ -255,6 +255,7 @@ communication. The goal is to provide an OS-independent interface and
255more 'secure' or convenient implementations of commonly used primitives. 255more 'secure' or convenient implementations of commonly used primitives.
256The API is spread over more than a dozen headers, developers should study 256The API is spread over more than a dozen headers, developers should study
257those closely to avoid duplicating existing functions. 257those closely to avoid duplicating existing functions.
258@pxref{libgnunetutil}.
258@item @file{hello/} --- libgnunethello 259@item @file{hello/} --- libgnunethello
259HELLO messages are used to 260HELLO messages are used to
260describe under which addresses a peer can be reached (for example, 261describe under which addresses a peer can be reached (for example,