|
#ifndef __al_included_allegro5_aintern_tls_h
|
|
#define __al_included_allegro5_aintern_tls_h
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
void _al_tls_init_once(void);
|
|
|
|
int *_al_tls_get_dtor_owner_count(void);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|
|
/* vim: set ts=8 sts=3 sw=3 et: */
|