summaryrefslogtreecommitdiff
path: root/src/timezone.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-04-19 23:22:19 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-04-19 23:22:19 -0700
commit2f57ae0efc03b1a752470de7e19f538d18e57469 (patch)
tree7e5ed6e8aa777329eb17c16c38aeebcaf6e9db2a /src/timezone.c
parentb3cc6882f77a988373007f315be82b738803d60f (diff)
downloadconnman-2f57ae0efc03b1a752470de7e19f538d18e57469.tar.gz
connman-2f57ae0efc03b1a752470de7e19f538d18e57469.tar.bz2
connman-2f57ae0efc03b1a752470de7e19f538d18e57469.zip
clock: Add skeleton for timezone change function
Diffstat (limited to 'src/timezone.c')
-rw-r--r--src/timezone.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/timezone.c b/src/timezone.c
index 9fa1444c..e27558fa 100644
--- a/src/timezone.c
+++ b/src/timezone.c
@@ -268,6 +268,13 @@ done:
return zone;
}
+int __connman_timezone_change(const char *zone)
+{
+ DBG("zone %s", zone);
+
+ return -EIO;
+}
+
static guint inotify_watch = 0;
static gboolean inotify_data(GIOChannel *channel, GIOCondition cond,