mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
gtypes.h Move GLIB_VAR definition from gutils.h to gtypes.h
2001-02-10 Tor Lillqvist <tml@iki.fi> * gtypes.h * gutils.h: Move GLIB_VAR definition from gutils.h to gtypes.h * glib.def * gmem.h: Mark glib_mem_profiler_table for export.
This commit is contained in:
committed by
Tor Lillqvist
parent
bf8cdc4655
commit
aed994f714
@@ -87,7 +87,7 @@ void g_mem_set_vtable (GMemVTable *vtable);
|
||||
|
||||
/* Memory profiler and checker, has to be enabled via g_mem_set_vtable()
|
||||
*/
|
||||
extern GMemVTable *glib_mem_profiler_table;
|
||||
GLIB_VAR GMemVTable *glib_mem_profiler_table;
|
||||
void g_mem_profile (void);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user