Store backends now consist of a type followed by extra information.
[bluesky.git] / bluesky / store-s3.c
index ccf0878..7d70642 100644 (file)
@@ -134,7 +134,7 @@ static void s3store_task(gpointer a, gpointer s)
     bluesky_store_async_unref(async);
 }
 
-static gpointer s3store_new()
+static gpointer s3store_new(const gchar *path)
 {
     S3Store *store = g_new(S3Store, 1);
     store->thread_pool = g_thread_pool_new(s3store_task, store, -1, FALSE,