aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_hello.h')
-rw-r--r--src/dht/gnunet-service-dht_hello.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dht/gnunet-service-dht_hello.h b/src/dht/gnunet-service-dht_hello.h
index 0927c89ee..929677839 100644
--- a/src/dht/gnunet-service-dht_hello.h
+++ b/src/dht/gnunet-service-dht_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 dht/gnunet-service-dht_hello.h 22 * @file dht/gnunet-service-dht_hello.h
@@ -36,20 +36,20 @@
36 * @return HELLO for the given peer 36 * @return HELLO for the given peer
37 */ 37 */
38const struct GNUNET_HELLO_Message * 38const struct GNUNET_HELLO_Message *
39GDS_HELLO_get (const struct GNUNET_PeerIdentity *peer); 39GDS_HELLO_get(const struct GNUNET_PeerIdentity *peer);
40 40
41 41
42/** 42/**
43 * Initialize HELLO subsystem. 43 * Initialize HELLO subsystem.
44 */ 44 */
45void 45void
46GDS_HELLO_init (void); 46GDS_HELLO_init(void);
47 47
48 48
49/** 49/**
50 * Shutdown HELLO subsystem. 50 * Shutdown HELLO subsystem.
51 */ 51 */
52void 52void
53GDS_HELLO_done (void); 53GDS_HELLO_done(void);
54 54
55#endif 55#endif