aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-09 20:38:26 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-09 20:38:26 +0000
commitf2ef9774b7c25174ee3f6769d7801a742f9cd1a2 (patch)
tree851503fb370655901eb1f193ee0e3f163b17df66 /src/include/gnunet_psyc_service.h
parentfb13d50b0c9dafb126bf7f9a03f93953afd0a0c3 (diff)
downloadgnunet-f2ef9774b7c25174ee3f6769d7801a742f9cd1a2.tar.gz
gnunet-f2ef9774b7c25174ee3f6769d7801a742f9cd1a2.zip
-underscores for lynx
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r--src/include/gnunet_psyc_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index dceea285a..8194917c4 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -616,8 +616,8 @@ GNUNET_PSYC_member_story_tell_cancel (struct GNUNET_PSYC_Story *story);
616 * small, large data is to be passed as streaming data to methods). 616 * small, large data is to be passed as streaming data to methods).
617 * 617 *
618 * A name matches if it includes the @a state_name prefix, thus requesting the 618 * A name matches if it includes the @a state_name prefix, thus requesting the
619 * empty state ("") will match all values; requesting "a_b" will also return 619 * empty state ("") will match all values; requesting "_a_b" will also return
620 * values stored under "a_b_c". 620 * values stored under "_a_b_c".
621 * 621 *
622 * @param member Membership handle. 622 * @param member Membership handle.
623 * @param state_name Name of the state to query (full name 623 * @param state_name Name of the state to query (full name
@@ -643,7 +643,7 @@ GNUNET_PSYC_member_state_get_all (struct GNUNET_PSYC_Member *member,
643 * 643 *
644 * If the requested variable name does not have an exact state in 644 * If the requested variable name does not have an exact state in
645 * the state, the nearest less-specific name is matched; for example, 645 * the state, the nearest less-specific name is matched; for example,
646 * requesting "a_b" will match "a" if "a_b" does not exist. 646 * requesting "_a_b" will match "_a" if "_a_b" does not exist.
647 * 647 *
648 * @param member Membership handle. 648 * @param member Membership handle.
649 * @param variable_name Name of the variable to query. 649 * @param variable_name Name of the variable to query.