From a526994d50b22d6bd0a13e3a04c9006f5a9fc581 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 4 Jun 2010 15:13:49 +0200 Subject: log-store-sqlite: prefix internal API with underscore --- tests/test-tpl-log-store-sqlite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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); -- cgit v1.2.1