gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: Fix ftbfs


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Fix ftbfs
Date: Sat, 25 Feb 2017 04:39:21 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a57e7703f Fix ftbfs
a57e7703f is described below

commit a57e7703ff28c2286c4f911b87ceea21782f331f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Feb 25 04:39:19 2017 +0100

    Fix ftbfs
---
 doc/gnunet-c-tutorial.pdf | Bin 395507 -> 262596 bytes
 doc/gnunet-c-tutorial.tex |   6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/gnunet-c-tutorial.pdf b/doc/gnunet-c-tutorial.pdf
index af541228b..f0dfe58b3 100644
Binary files a/doc/gnunet-c-tutorial.pdf and b/doc/gnunet-c-tutorial.pdf differ
diff --git a/doc/gnunet-c-tutorial.tex b/doc/gnunet-c-tutorial.tex
index 84df14833..069c1838f 100644
--- a/doc/gnunet-c-tutorial.tex
+++ b/doc/gnunet-c-tutorial.tex
@@ -714,7 +714,7 @@ The complete MQ API can be found in {\tt gnunet\_mq\_lib.h}.
 The {\tt hanlders} array in the example above is incomplete.
 Here is where you will define which messages you expect to
 receive from the service, and which functions handle them.
-The {\tt error_cb} is a function that is to be called whenever
+The {\tt error\_cb} is a function that is to be called whenever
 there are errors communicating with the service.
 
 \subsubsection{Sending messages}
@@ -780,8 +780,8 @@ or variable size.  Variable size messages are managed using 
two
 callbacks, one to check that the message is well-formed, the other
 to actually process the message.  Fixed size messages are fully
 checked by the MQ-logic, and thus only need to provide the handler
-to process the message.  Note that the prefixes {\tt check_}
-and {\tt handle_} are mandatory.
+to process the message.  Note that the prefixes {\tt check\_}
+and {\tt handle\_} are mandatory.
 
 \lstset{language=c}
 \begin{lstlisting}

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]