aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_rest_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_rest_plugin.h')
-rw-r--r--src/include/gnunet_rest_plugin.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/include/gnunet_rest_plugin.h b/src/include/gnunet_rest_plugin.h
index 54eeb902d..596f9937a 100644
--- a/src/include/gnunet_rest_plugin.h
+++ b/src/include/gnunet_rest_plugin.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 * @author Martin Schanzenbach 21 * @author Martin Schanzenbach
22 * 22 *
@@ -45,9 +45,7 @@ extern "C"
45/** 45/**
46 * @brief struct returned by the initialization function of the plugin 46 * @brief struct returned by the initialization function of the plugin
47 */ 47 */
48struct GNUNET_REST_Plugin 48struct GNUNET_REST_Plugin {
49{
50
51 /** 49 /**
52 * 50 *
53 * The closure of the plugin 51 * The closure of the plugin
@@ -74,7 +72,6 @@ struct GNUNET_REST_Plugin
74 void (*process_request) (struct GNUNET_REST_RequestHandle *handle, 72 void (*process_request) (struct GNUNET_REST_RequestHandle *handle,
75 GNUNET_REST_ResultProcessor proc, 73 GNUNET_REST_ResultProcessor proc,
76 void *proc_cls); 74 void *proc_cls);
77
78}; 75};
79 76
80 77