summaryrefslogtreecommitdiff
path: root/src/analysis/db/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/db/client.h')
-rw-r--r--src/analysis/db/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/db/client.h b/src/analysis/db/client.h
index 66ebb08..6e9f10b 100644
--- a/src/analysis/db/client.h
+++ b/src/analysis/db/client.h
@@ -51,7 +51,7 @@ typedef struct _GDbClientClass GDbClientClass;
GType g_db_client_get_type(void);
/* Prépare un client pour une connexion à une BD. */
-GDbClient *g_db_client_new(const char *, const char *, GDbCollection *);
+GDbClient *g_db_client_new(const char *, const char *, GList *);
/* Démarre la connexion à la base de données. */
bool g_db_client_start(GDbClient *, const char *, unsigned short, const char *);