1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Fix for CONC-15

Removed redundant prototypes
  Fixed several prototypes with void parameters
This commit is contained in:
Georg Richter
2013-03-17 12:32:08 +01:00
parent 7e158a8365
commit 88cbaa97bb
12 changed files with 14 additions and 25 deletions

View File

@@ -60,7 +60,7 @@
const char *desc; \
unsigned int version[3]; \
int (*init)(char *, size_t, int, va_list); \
int (*deinit)();
int (*deinit)(void);
struct st_mysql_client_plugin
{