summaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_core.h')
-rw-r--r--src/cadet/gnunet-service-cadet_core.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cadet/gnunet-service-cadet_core.h b/src/cadet/gnunet-service-cadet_core.h
index ec676c679..b049dc2af 100644
--- a/src/cadet/gnunet-service-cadet_core.h
+++ b/src/cadet/gnunet-service-cadet_core.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_core.h 22 * @file cadet/gnunet-service-cadet_core.h
@@ -47,14 +47,14 @@ extern "C"
47 * @param c Configuration. 47 * @param c Configuration.
48 */ 48 */
49void 49void
50GCO_init (const struct GNUNET_CONFIGURATION_Handle *c); 50GCO_init(const struct GNUNET_CONFIGURATION_Handle *c);
51 51
52 52
53/** 53/**
54 * Shut down the CORE subsystem. 54 * Shut down the CORE subsystem.
55 */ 55 */
56void 56void
57GCO_shutdown (void); 57GCO_shutdown(void);
58 58
59 59
60#if 0 /* keep Emacsens' auto-indent happy */ 60#if 0 /* keep Emacsens' auto-indent happy */