aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_friends_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_friends_lib.h')
-rw-r--r--src/include/gnunet_friends_lib.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/gnunet_friends_lib.h b/src/include/gnunet_friends_lib.h
index 8a25be07c..64e7f39d8 100644
--- a/src/include/gnunet_friends_lib.h
+++ b/src/include/gnunet_friends_lib.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @author Christian Grothoff 22 * @author Christian Grothoff
@@ -61,9 +61,9 @@ typedef void (*GNUNET_FRIENDS_Callback)(void *cls,
61 * @return #GNUNET_OK on success, #GNUNET_SYSERR on parsing errors 61 * @return #GNUNET_OK on success, #GNUNET_SYSERR on parsing errors
62 */ 62 */
63int 63int
64GNUNET_FRIENDS_parse (const struct GNUNET_CONFIGURATION_Handle *cfg, 64GNUNET_FRIENDS_parse(const struct GNUNET_CONFIGURATION_Handle *cfg,
65 GNUNET_FRIENDS_Callback cb, 65 GNUNET_FRIENDS_Callback cb,
66 void *cb_cls); 66 void *cb_cls);
67 67
68 68
69/** 69/**
@@ -80,7 +80,7 @@ struct GNUNET_FRIENDS_Writer;
80 * @return NULL on error 80 * @return NULL on error
81 */ 81 */
82struct GNUNET_FRIENDS_Writer * 82struct GNUNET_FRIENDS_Writer *
83GNUNET_FRIENDS_write_start (const struct GNUNET_CONFIGURATION_Handle *cfg); 83GNUNET_FRIENDS_write_start(const struct GNUNET_CONFIGURATION_Handle *cfg);
84 84
85 85
86/** 86/**
@@ -90,7 +90,7 @@ GNUNET_FRIENDS_write_start (const struct GNUNET_CONFIGURATION_Handle *cfg);
90 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error 90 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
91 */ 91 */
92int 92int
93GNUNET_FRIENDS_write_stop (struct GNUNET_FRIENDS_Writer *w); 93GNUNET_FRIENDS_write_stop(struct GNUNET_FRIENDS_Writer *w);
94 94
95 95
96/** 96/**
@@ -101,8 +101,8 @@ GNUNET_FRIENDS_write_stop (struct GNUNET_FRIENDS_Writer *w);
101 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error 101 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
102 */ 102 */
103int 103int
104GNUNET_FRIENDS_write (struct GNUNET_FRIENDS_Writer *w, 104GNUNET_FRIENDS_write(struct GNUNET_FRIENDS_Writer *w,
105 const struct GNUNET_PeerIdentity *friend_id); 105 const struct GNUNET_PeerIdentity *friend_id);
106 106
107 107
108#if 0 /* keep Emacsens' auto-indent happy */ 108#if 0 /* keep Emacsens' auto-indent happy */