aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-log-store-empathy.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-log-store-empathy.h')
-rw-r--r--libempathy/empathy-log-store-empathy.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/empathy-log-store-empathy.h b/libempathy/empathy-log-store-empathy.h
index 3b26d2ccf..5fa6c2286 100644
--- a/libempathy/empathy-log-store-empathy.h
+++ b/libempathy/empathy-log-store-empathy.h
@@ -30,6 +30,8 @@
#include <glib.h>
+#include <telepathy-glib/account.h>
+
G_BEGIN_DECLS
#define EMPATHY_TYPE_LOG_STORE_EMPATHY \
@@ -64,6 +66,9 @@ struct _EmpathyLogStoreEmpathyClass
GType empathy_log_store_empathy_get_type (void);
+gchar * empathy_log_store_empathy_get_dir (EmpathyLogStoreEmpathy *store,
+ TpAccount *account);
+
G_END_DECLS
#endif /* ENABLE_TPL */