aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-profile-event.c
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2008-03-17 12:42:56 +0800
committerSuman Manjunath <msuman@src.gnome.org>2008-03-17 12:42:56 +0800
commita88b08167972a93541a6820ff8a0dcfd6c4aecdb (patch)
treee40db1628176028cc26875103a4616a3be02064c /e-util/e-profile-event.c
parent91171e631e679e2d77e2930527d00b00700293b7 (diff)
downloadgsoc2013-evolution-a88b08167972a93541a6820ff8a0dcfd6c4aecdb.tar
gsoc2013-evolution-a88b08167972a93541a6820ff8a0dcfd6c4aecdb.tar.gz
gsoc2013-evolution-a88b08167972a93541a6820ff8a0dcfd6c4aecdb.tar.bz2
gsoc2013-evolution-a88b08167972a93541a6820ff8a0dcfd6c4aecdb.tar.lz
gsoc2013-evolution-a88b08167972a93541a6820ff8a0dcfd6c4aecdb.tar.xz
gsoc2013-evolution-a88b08167972a93541a6820ff8a0dcfd6c4aecdb.tar.zst
gsoc2013-evolution-a88b08167972a93541a6820ff8a0dcfd6c4aecdb.zip
Patch from Alex Rostovtsev <tetromino@gmail.com>: Fix for bug #522631 (Make 'e_profile_event_emit' non-static when ENABLE_PROFILING is defined)
svn path=/trunk/; revision=35208
Diffstat (limited to 'e-util/e-profile-event.c')
-rw-r--r--e-util/e-profile-event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-profile-event.c b/e-util/e-profile-event.c
index 023f76746e..1bb54158ad 100644
--- a/e-util/e-profile-event.c
+++ b/e-util/e-profile-event.c
@@ -125,7 +125,7 @@ e_profile_event_target_new(EProfileEvent *eme, const char *id, const char *uid,
}
#ifdef ENABLE_PROFILING
-static void
+void
e_profile_event_emit(const char *id, const char *uid, guint32 flags)
{
EProfileEvent *epe = e_profile_event_peek();