From 0f60474f290683d2fc468c0081a1058f3f152c16 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 8 Oct 2005 16:39:55 +0200 Subject: pthread_handler_decl() changed to be ctags-friendly (and contain extern "C" when necessary) --- myisam/myisamdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'myisam/myisamdef.h') diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h index 87a1b757d88..36328c9d9f1 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -728,7 +728,7 @@ int flush_pending_blocks(MI_SORT_PARAM *param); int sort_ft_buf_flush(MI_SORT_PARAM *sort_param); int thr_write_keys(MI_SORT_PARAM *sort_param); #ifdef THREAD -pthread_handler_decl(thr_find_all_keys,arg); +pthread_handler_t thr_find_all_keys(void *arg); #endif int flush_blocks(MI_CHECK *param, KEY_CACHE *key_cache, File file); -- cgit v1.2.1