aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_put.h')
-rw-r--r--src/fs/gnunet-service-fs_put.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_put.h b/src/fs/gnunet-service-fs_put.h
index de9751842..2d85d9831 100644
--- a/src/fs/gnunet-service-fs_put.h
+++ b/src/fs/gnunet-service-fs_put.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 fs/gnunet-service-fs_put.h 22 * @file fs/gnunet-service-fs_put.h
@@ -33,14 +33,14 @@
33 * Setup the module. 33 * Setup the module.
34 */ 34 */
35void 35void
36GSF_put_init_ (void); 36GSF_put_init_(void);
37 37
38 38
39/** 39/**
40 * Shutdown the module. 40 * Shutdown the module.
41 */ 41 */
42void 42void
43GSF_put_done_ (void); 43GSF_put_done_(void);
44 44
45 45
46#endif 46#endif