summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 15:13:49 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-04 16:11:30 +0200
commita526994d50b22d6bd0a13e3a04c9006f5a9fc581 (patch)
treefaca33c544f687ee6d8b1ede8834cfae6e1ae929 /tests
parentc046eb6f328f5c1033ba7ff58dd8f37b9ffc0024 (diff)
downloadtelepathy-logger-a526994d50b22d6bd0a13e3a04c9006f5a9fc581.tar.gz
log-store-sqlite: prefix internal API with underscore
Diffstat (limited to 'tests')
-rw-r--r--tests/test-tpl-log-store-sqlite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-tpl-log-store-sqlite.c b/tests/test-tpl-log-store-sqlite.c
index 0544850..385d618 100644
--- a/tests/test-tpl-log-store-sqlite.c
+++ b/tests/test-tpl-log-store-sqlite.c
@@ -21,10 +21,10 @@ main (int argc, char **argv)
&error);
g_assert_no_error (error);
- store = tpl_log_store_sqlite_dup ();
+ store = _tpl_log_store_sqlite_dup ();
g_print ("freq = %g\n",
- tpl_log_store_sqlite_get_frequency (TPL_LOG_STORE_SQLITE (store),
+ _tpl_log_store_sqlite_get_frequency (TPL_LOG_STORE_SQLITE (store),
account, "dannielle.meyer@gmail.com"));
g_object_unref (store);