1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

changes to IM code that came from Petr's review

This commit is contained in:
reggie@linux.site
2005-08-09 07:57:40 -06:00
parent 7fa1779d62
commit 153ad3f687
3 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ struct Options
int load(int argc, char **argv);
void cleanup();
#ifdef __WIN__
void setup_windows_defaults(const char *progname);
int setup_windows_defaults(const char *progname);
#endif
};