aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_env_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_env_lib.h')
-rw-r--r--src/include/gnunet_env_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_env_lib.h b/src/include/gnunet_env_lib.h
index 857ad45c2..89101afc1 100644
--- a/src/include/gnunet_env_lib.h
+++ b/src/include/gnunet_env_lib.h
@@ -168,7 +168,9 @@ GNUNET_ENV_environment_add_mod (struct GNUNET_ENV_Environment *env,
168 * #GNUNET_NO to stop. 168 * #GNUNET_NO to stop.
169 */ 169 */
170typedef int 170typedef int
171(*GNUNET_ENV_Iterator) (void *cls, struct GNUNET_ENV_Modifier *mod); 171(*GNUNET_ENV_Iterator) (void *cls, enum GNUNET_ENV_Operator oper,
172 const char *name, const char *value,
173 uint32_t value_size);
172 174
173 175
174/** 176/**