aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_hello.h')
-rw-r--r--src/cadet/gnunet-service-cadet_hello.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cadet/gnunet-service-cadet_hello.h b/src/cadet/gnunet-service-cadet_hello.h
index 821cd4ff4..99b6c807d 100644
--- a/src/cadet/gnunet-service-cadet_hello.h
+++ b/src/cadet/gnunet-service-cadet_hello.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 * @file cadet/gnunet-service-cadet_hello.h 22 * @file cadet/gnunet-service-cadet_hello.h
@@ -49,14 +49,14 @@ extern "C"
49 * @param c Configuration. 49 * @param c Configuration.
50 */ 50 */
51void 51void
52GCH_init (const struct GNUNET_CONFIGURATION_Handle *c); 52GCH_init(const struct GNUNET_CONFIGURATION_Handle *c);
53 53
54 54
55/** 55/**
56 * Shut down the hello subsystem. 56 * Shut down the hello subsystem.
57 */ 57 */
58void 58void
59GCH_shutdown (void); 59GCH_shutdown(void);
60 60
61 61
62/** 62/**
@@ -65,7 +65,7 @@ GCH_shutdown (void);
65 * @return Own hello message. 65 * @return Own hello message.
66 */ 66 */
67const struct GNUNET_HELLO_Message * 67const struct GNUNET_HELLO_Message *
68GCH_get_mine (void); 68GCH_get_mine(void);
69 69
70 70
71#if 0 /* keep Emacsens' auto-indent happy */ 71#if 0 /* keep Emacsens' auto-indent happy */