1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +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

@@ -17,6 +17,8 @@
/* Error messages for mysql clients */
/* error messages for the demon is in share/language/errmsg.sys */
#ifndef _errmsg_h_
#define _errmsg_h_
#ifdef __cplusplus
extern "C" {
@@ -74,3 +76,5 @@ extern const char *client_errors[]; /* Error messages */
#define CR_PLUGIN_FUNCTION_NOT_SUPPORTED 2060
#define SQLSTATE_UNKNOWN "HY000"
#endif