diff options
author | Mikael Ronstrom <mikael@dator8> | 2011-03-04 13:12:31 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@dator8> | 2011-03-04 13:12:31 +0100 |
commit | a41873670cbd3f0ca8ae8a8a992f02294d129539 (patch) | |
tree | a7f5ebaca17d2031a07efaa3418357b9b756de46 /include/my_sys.h | |
parent | f4c515ef5338aa362c5a227d5d96473fbc3fa9db (diff) | |
download | mariadb-git-a41873670cbd3f0ca8ae8a8a992f02294d129539.tar.gz |
More review fixes
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index ed96abc7711..e13ef1af067 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -627,8 +627,8 @@ extern FILE *my_freopen(const char *path, const char *mode, FILE *stream); extern int my_fclose(FILE *fd,myf MyFlags); extern File my_fileno(FILE *fd); extern int my_chsize(File fd,my_off_t newlength, int filler, myf MyFlags); -void thr_set_sync_wait_callback(void (*before_sync)(void), - void (*after_sync)(void)); +extern void thr_set_sync_wait_callback(void (*before_sync)(void), + void (*after_sync)(void)); extern int my_sync(File fd, myf my_flags); extern int my_sync_dir(const char *dir_name, myf my_flags); extern int my_sync_dir_by_file(const char *file_name, myf my_flags); |