X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconky.h;h=9a6b80de4c354871774412839e233e5a86588cc7;hb=04fd11b631494e3985d6911dd5876c1860948ba3;hp=0f47b1e0a5d0ce3b90c9f1fb0d0c90723f55030d;hpb=4a1be880d3bf1cc5ac6cf63be70939b56bf76d70;p=monky diff --git a/src/conky.h b/src/conky.h index 0f47b1e..9a6b80d 100644 --- a/src/conky.h +++ b/src/conky.h @@ -10,7 +10,7 @@ * Please see COPYING for details * * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen - * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. + * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. * (see AUTHORS) * All rights reserved. * @@ -309,7 +309,7 @@ extern struct information info; /* defined in users.c */ void update_users(void); -void update_user_time(char *tty, char times_in_seconds); +void update_user_time(char *tty); /* defined in conky.c */ extern double current_update_time, last_update_time, update_interval;