aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/ArchiveList.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/archive/ArchiveList.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/archive/ArchiveList.hxx b/src/archive/ArchiveList.hxx
index 7efe03914..73d17dd13 100644
--- a/src/archive/ArchiveList.hxx
+++ b/src/archive/ArchiveList.hxx
@@ -39,9 +39,11 @@ const ArchivePlugin *
archive_plugin_from_name(const char *name);
/* this is where we "load" all the "plugins" ;-) */
-void archive_plugin_init_all(void);
+void
+archive_plugin_init_all();
/* this is where we "unload" all the "plugins" */
-void archive_plugin_deinit_all(void);
+void
+archive_plugin_deinit_all();
#endif