aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_env_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-07-15 07:25:15 +0000
committerGabor X Toth <*@tg-x.net>2013-07-15 07:25:15 +0000
commit0c4e64676857a0963d74588c0a20e5a54892fb67 (patch)
tree464fb56c607e1d1d618558c344bf6dbccf068f29 /src/include/gnunet_env_lib.h
parentb9f677a21cc21b3554b68e74f16c5fac6358c97b (diff)
downloadgnunet-0c4e64676857a0963d74588c0a20e5a54892fb67.tar.gz
gnunet-0c4e64676857a0963d74588c0a20e5a54892fb67.zip
PSYC API: use master/slave/channel terminology
Diffstat (limited to 'src/include/gnunet_env_lib.h')
-rw-r--r--src/include/gnunet_env_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_env_lib.h b/src/include/gnunet_env_lib.h
index 5ff5c22db..ae2e3e1f1 100644
--- a/src/include/gnunet_env_lib.h
+++ b/src/include/gnunet_env_lib.h
@@ -147,7 +147,7 @@ GNUNET_ENV_environment_operation (struct GNUNET_ENV_Environment *env,
147 * 147 *
148 * @return Array of modifiers. 148 * @return Array of modifiers.
149 */ 149 */
150struct GNUNET_ENV_Modifier * 150const struct GNUNET_ENV_Modifier *
151GNUNET_ENV_environment_get_modifiers (const struct GNUNET_ENV_Environment *env, 151GNUNET_ENV_environment_get_modifiers (const struct GNUNET_ENV_Environment *env,
152 size_t *modifiers_length); 152 size_t *modifiers_length);
153 153