aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/escrow_api.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-07-09 14:55:41 +0200
committerjospaeth <spaethj@in.tum.de>2020-07-09 14:56:10 +0200
commit4db9f457a19f1eeb8b8b9d1ea5cfa8515ec0c11f (patch)
tree622850aa1c4496d25735b02eecbefad66f79fe64 /src/escrow/escrow_api.c
parenteeb3610df1d4f102e60abf20d22a3febc0f9b273 (diff)
downloadgnunet-4db9f457a19f1eeb8b8b9d1ea5cfa8515ec0c11f.tar.gz
gnunet-4db9f457a19f1eeb8b8b9d1ea5cfa8515ec0c11f.zip
include sss library checks, minor fixes
Diffstat (limited to 'src/escrow/escrow_api.c')
-rw-r--r--src/escrow/escrow_api.c32
1 files changed, 31 insertions, 1 deletions
diff --git a/src/escrow/escrow_api.c b/src/escrow/escrow_api.c
index fdd993a42..ba3a3ed3b 100644
--- a/src/escrow/escrow_api.c
+++ b/src/escrow/escrow_api.c
@@ -1 +1,31 @@
1// GNUNET_ESCROW_put(Ego, ...) \ No newline at end of file 1/*
2 This file is part of GNUnet.
3 Copyright (C) 2020 GNUnet e.V.
4
5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published
7 by the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details.
14
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/>.
17
18 SPDX-License-Identifier: AGPL3.0-or-later
19 */
20
21/**
22 * @author Johannes Späth
23 * @file escrow/escrow_api.c
24 *
25 * @brief api to interact with the escrow component
26 */
27
28
29
30// GNUNET_ESCROW_put(Ego, ...)
31// GNUNET_ESCROW_get(anchor, Ego, ...)