summaryrefslogtreecommitdiff
path: root/src/syncdb/sync_db_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syncdb/sync_db_plugin.c')
-rw-r--r--src/syncdb/sync_db_plugin.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/syncdb/sync_db_plugin.c b/src/syncdb/sync_db_plugin.c
index 2c3bd48..6739e4d 100644
--- a/src/syncdb/sync_db_plugin.c
+++ b/src/syncdb/sync_db_plugin.c
@@ -24,12 +24,6 @@
#include <ltdl.h>
-/**
- * Initialize the plugin.
- *
- * @param cfg configuration to use
- * @return NULL on failure
- */
struct SYNC_DatabasePlugin *
SYNC_DB_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg)
{
@@ -62,11 +56,6 @@ SYNC_DB_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg)
}
-/**
- * Shutdown the plugin.
- *
- * @param plugin the plugin to unload
- */
void
SYNC_DB_plugin_unload (struct SYNC_DatabasePlugin *plugin)
{
@@ -102,7 +91,7 @@ plugin_init ()
if (err > 0)
{
fprintf (stderr,
- _ ("Initialization of plugin mechanism failed: %s!\n"),
+ "Initialization of plugin mechanism failed: %s!\n",
lt_dlerror ());
return;
}