summaryrefslogtreecommitdiff
path: root/tests/lib/util.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 15:23:49 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 15:33:49 +0200
commitb25303cc3b54e84eac6f051bb43a952bbb91a7fa (patch)
tree05da5380fc911133b2cd6dafbe835d4a0b6e22d4 /tests/lib/util.h
parent2e3e802c3bd98dc73c90dcda389d49e3e37de914 (diff)
downloadtelepathy-logger-b25303cc3b54e84eac6f051bb43a952bbb91a7fa.tar.gz
move tp_tests_copy_dir() to logger-test-helper
This function is logger specific so best to have it in this file. Makes syncing with tp-glib easier.
Diffstat (limited to 'tests/lib/util.h')
-rw-r--r--tests/lib/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/util.h b/tests/lib/util.h
index 1c40f42..7c75765 100644
--- a/tests/lib/util.h
+++ b/tests/lib/util.h
@@ -81,6 +81,4 @@ TpContact *tp_tests_connection_run_until_contact_by_id (
guint n_features,
const TpContactFeature *features);
-void tp_tests_copy_dir (const gchar *from_dir, const gchar *to_dir);
-
#endif /* #ifndef __TP_TESTS_LIB_UTIL_H__ */