summaryrefslogtreecommitdiff
path: root/tests/lib/util.h
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2013-04-08 19:36:23 +0200
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2013-04-08 13:42:45 -0400
commit253cbbba71629c6144c2440c0ab5f4bde975acc4 (patch)
tree62c139e6e576c02a344f7aa963af0419a710c293 /tests/lib/util.h
parentc0a2104a590e9e68226f836d22ff6e645f3e33d3 (diff)
downloadtelepathy-logger-253cbbba71629c6144c2440c0ab5f4bde975acc4.tar.gz
Make log-manager tests writable
Diffstat (limited to 'tests/lib/util.h')
-rw-r--r--tests/lib/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/util.h b/tests/lib/util.h
index 7eab77d..ba96c7b 100644
--- a/tests/lib/util.h
+++ b/tests/lib/util.h
@@ -54,4 +54,6 @@ void tp_tests_result_ready_cb (GObject *object,
void tp_tests_abort_after (guint sec);
+void tp_tests_copy_dir (const gchar *from_dir, const gchar *to_dir);
+
#endif /* #ifndef __TP_TESTS_LIB_UTIL_H__ */