X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_friends_lib.h;h=2e111780ec4dffac7ffa363a9c10fb5c703339eb;hb=e933b0a58ab7b0f21faef0267c2cb835cabd5a03;hp=a6078765474359656af5cf9c27058cea0da5d17f;hpb=c20cf66237cb0e1b608427fd95ce95a13f6ebeb4;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_friends_lib.h b/src/include/gnunet_friends_lib.h index a60787654..2e111780e 100644 --- a/src/include/gnunet_friends_lib.h +++ b/src/include/gnunet_friends_lib.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2013 Christian Grothoff + Copyright (C) 2013 Christian Grothoff GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,18 +14,31 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** - * @file include/gnunet_friends_lib.h - * @brief library to read and write the FRIENDS file * @author Christian Grothoff + * + * @file + * Library to read and write the FRIENDS file + * + * @defgroup friends Friends library + * Library to read and write the FRIENDS file + * @{ */ #ifndef GNUNET_FRIENDS_LIB_H #define GNUNET_FRIENDS_LIB_H +#ifdef __cplusplus +extern "C" +{ +#if 0 /* keep Emacsens' auto-indent happy */ +} +#endif +#endif + #include "gnunet_util_lib.h" @@ -92,4 +105,13 @@ GNUNET_FRIENDS_write (struct GNUNET_FRIENDS_Writer *w, const struct GNUNET_PeerIdentity *friend_id); +#if 0 /* keep Emacsens' auto-indent happy */ +{ #endif +#ifdef __cplusplus +} +#endif + +#endif + +/** @} */ /* end of group */