diff options
author | monty@donna.mysql.com <> | 2001-01-27 01:20:56 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-01-27 01:20:56 +0200 |
commit | a7c5b9c211cf0d5e1355ece0c65975c56b160bb1 (patch) | |
tree | bf79d814679a767435990f41e226728ee5927766 /sql/sql_map.h | |
parent | 5218a03a1d3780f765572eb2269aaec0bbf860c9 (diff) | |
download | mariadb-git-a7c5b9c211cf0d5e1355ece0c65975c56b160bb1.tar.gz |
Portability fixes for OPENBSD, OS2 and Windows
Diffstat (limited to 'sql/sql_map.h')
-rw-r--r-- | sql/sql_map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_map.h b/sql/sql_map.h index e9093672fef..34f2f755b43 100644 --- a/sql/sql_map.h +++ b/sql/sql_map.h @@ -21,6 +21,10 @@ #pragma interface /* gcc class implementation */ #endif +class mapped_files; +mapped_files *map_file(const my_string name,byte *magic,uint magic_length); +void unmap_file(mapped_files *map); + class mapped_files :public ilink { byte *map; ha_rows size; |