summaryrefslogtreecommitdiff
path: root/gmem.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-02-10 01:43:25 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-02-10 01:43:25 +0000
commitaed994f71413ed23f2c553e0723d2358c05ffef5 (patch)
tree33fb6647229bfe6fcb3bd7c3581666fdb32a7279 /gmem.h
parentbf8cdc465590834a53a16a9aa3a7c8eb417894eb (diff)
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.
Diffstat (limited to 'gmem.h')
-rw-r--r--gmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmem.h b/gmem.h
index 2ba1344fc..a96e372e1 100644
--- a/gmem.h
+++ b/gmem.h
@@ -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);