chiark / gitweb /
json: fix a mem leak
[elogind.git] / src / shared / clock-util.h
index 4deeac773600ec06a641dfb2271c9c37faa3c985..8c2d2354302fc7771bf3e4f71d124f415db84325 100644 (file)
@@ -21,8 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+
 int clock_is_localtime(void);
 int clock_set_timezone(int *min);
-int clock_reset_timezone(void);
+int clock_reset_timewarp(void);
 int clock_get_hwclock(struct tm *tm);
 int clock_set_hwclock(const struct tm *tm);