aboutsummaryrefslogtreecommitdiff
path: root/src/ext/gnunet-ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/gnunet-ext.c')
-rw-r--r--src/ext/gnunet-ext.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ext/gnunet-ext.c b/src/ext/gnunet-ext.c
index 51c7f80..36fc02b 100644
--- a/src/ext/gnunet-ext.c
+++ b/src/ext/gnunet-ext.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 3 Copyright (C) 20xx GNUnet e.V.
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -21,7 +21,7 @@
21/** 21/**
22 * @file ext/gnunet-ext.c 22 * @file ext/gnunet-ext.c
23 * @brief ext tool 23 * @brief ext tool
24 * @author 24 * @author
25 */ 25 */
26#include <gnunet/platform.h> 26#include <gnunet/platform.h>
27#include <gnunet/gnunet_util_lib.h> 27#include <gnunet/gnunet_util_lib.h>
@@ -46,6 +46,7 @@ run (void *cls,
46 ret = 0; 46 ret = 0;
47} 47}
48 48
49
49/** 50/**
50 * The main function to ext. 51 * The main function to ext.
51 * 52 *