summaryrefslogtreecommitdiff
path: root/farstream/fs-private.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-04-17 18:16:48 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-10-02 13:35:17 -0400
commit4a3606a6ec570ecf0500dfefbc6bfffa4cbeb120 (patch)
treef1ec05c82c359d97eb072d95de2c79f895f9dda9 /farstream/fs-private.h
parent1b77821dd10a08b2a23325b700384ac8b6bdcebb (diff)
downloadfarstream-4a3606a6ec570ecf0500dfefbc6bfffa4cbeb120.tar.gz
Make fs_conference_debug category symbol private
Don't export it in the dll
Diffstat (limited to 'farstream/fs-private.h')
-rw-r--r--farstream/fs-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/farstream/fs-private.h b/farstream/fs-private.h
index 6f96e160..bf39ce24 100644
--- a/farstream/fs-private.h
+++ b/farstream/fs-private.h
@@ -32,7 +32,7 @@ G_BEGIN_DECLS
void _fs_conference_init_debug (void);
-GST_DEBUG_CATEGORY_EXTERN (fs_conference_debug);
+GST_DEBUG_CATEGORY_EXTERN (_fs_conference_debug);
G_END_DECLS