~maria-captains/mariadb-native-client/trunk

« back to all changes in this revision

Viewing changes to include/errmsg.h

  • Committer: Georg Richter
  • Date: 2013-03-17 11:32:08 UTC
  • Revision ID: holzboote@googlemail.com-20130317113208-zf141gxporrdmtav
Fix for CONC-15
  Removed redundant prototypes
  Fixed several prototypes with void parameters

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
/* Error messages for mysql clients */
19
19
/* error messages for the demon is in share/language/errmsg.sys */
 
20
#ifndef _errmsg_h_
 
21
#define _errmsg_h_
20
22
 
21
23
#ifdef  __cplusplus
22
24
extern "C" {
74
76
#define CR_PLUGIN_FUNCTION_NOT_SUPPORTED 2060
75
77
 
76
78
#define SQLSTATE_UNKNOWN "HY000"
 
79
 
 
80
#endif