/ C<<1 header file - C language style sheet - GNU C/ANSI C99 compliant
'----------------------------------------------------------------------- */
/*
- Copyright (c) 2004-2011 Michael xChaos Polak - x(at)n.cz
+ Copyright (c) 2004-2012 Michael xChaos Polak - x(at)n.cz
The C<<1 header file is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
typedef FILE * file;
typedef int bool;
typedef char * str;
-#ifdef USE_MYSQL
+#ifdef USE_MYSQL
typedef MYSQL_ROW row;
#endif
extern str NIL, EOL, OFS, IFS, LANG, errstr; /* used for: perror(errstr) */