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

« back to all changes in this revision

Viewing changes to include/my_global.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:
347
347
#endif
348
348
/* Type for fuctions that handles signals */
349
349
#define sig_handler RETSIGTYPE
350
 
typedef void    (*sig_return)();/* Returns type from signal */
 
350
typedef void    (*sig_return)(void);/* Returns type from signal */
351
351
#if defined(__GNUC__) && !defined(_lint)
352
352
typedef char    pchar;          /* Mixed prototypes can take char */
353
353
typedef char    puchar;         /* Mixed prototypes can take char */