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

pthread_handler_decl() changed to be ctags-friendly

(and contain extern "C" when necessary)
This commit is contained in:
serg@serg.mylan
2005-10-08 16:39:55 +02:00
parent b05a6d8fda
commit e91712d9bb
27 changed files with 62 additions and 97 deletions

View File

@ -24,12 +24,7 @@
#include <my_pthread.h>
C_MODE_START
pthread_handler_decl(mysql_connection, arg);
C_MODE_END
pthread_handler_t mysql_connection(void *arg);
class Thread_registry;
class User_map;