summaryrefslogtreecommitdiff
path: root/telepathy-logger/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/conf.c')
-rw-r--r--telepathy-logger/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c
index 768ece3..f814b0b 100644
--- a/telepathy-logger/conf.c
+++ b/telepathy-logger/conf.c
@@ -292,7 +292,7 @@ _tpl_conf_set_ignorelist (TplConf *self,
* Return value: (transfer-full) a newly allocated NULL-terminated list of contact IDs.
* The list is owned by the @self and should not be freed.
*/
-const gchar**
+const gchar **
_tpl_conf_get_ignorelist (TplConf *self)
{
TplConfPriv *priv;