aboutsummaryrefslogtreecommitdiff
path: root/src/monkey
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 14:26:26 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 14:26:26 +0000
commit8527c73f7570efbac9bec4713526c4a25d13d099 (patch)
tree3a503cb1650608226fa8de913e06b1d6c28c7b6d /src/monkey
parent6dbfbce235dfce58ba33f6a3849dcf908178fd58 (diff)
downloadgnunet-8527c73f7570efbac9bec4713526c4a25d13d099.tar.gz
gnunet-8527c73f7570efbac9bec4713526c4a25d13d099.zip
clenaer
Diffstat (limited to 'src/monkey')
-rw-r--r--src/monkey/edb_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkey/edb_api.c b/src/monkey/edb_api.c
index 4595731ac..3e7de2d09 100644
--- a/src/monkey/edb_api.c
+++ b/src/monkey/edb_api.c
@@ -75,8 +75,8 @@ GNUNET_MONKEY_EDB_disconnect (struct GNUNET_MONKEY_EDB_Context *context)
75 * of the expression pointed to by start_line_no and end_line_no 75 * of the expression pointed to by start_line_no and end_line_no
76 * 76 *
77 * @param context the returned expessions will be available in it. 77 * @param context the returned expessions will be available in it.
78 * expression_list_head, and expression_list_tail must be null, 78 * expression_list_head and expression_list_tail must be NULL,
79 * otherwise GNUNET_NO will be returned 79 * otherwise GNUNET_NO will be returned
80 * @param file_name path to the file in which the expression in question exists 80 * @param file_name path to the file in which the expression in question exists
81 * @param start_line_no expression beginning line 81 * @param start_line_no expression beginning line
82 * @param end_line_no expression end line 82 * @param end_line_no expression end line