1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Merge from 4.1

This commit is contained in:
msvensson@neptunus.(none)
2005-05-26 21:01:55 +02:00
53 changed files with 181 additions and 103 deletions

View File

@@ -605,6 +605,7 @@ extern int my_access(const char *path, int amode);
#else
#define my_access access
#endif
extern int check_if_legal_filename(const char *path);
#ifndef TERMINATE
extern void TERMINATE(FILE *file);