X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fconky.h;h=30e73a0b366710a5de629d6e13d0f02f3bece92f;hb=52e86f4bf6054450ebc31076ff3c25d793ae96cf;hp=9a6b80de4c354871774412839e233e5a86588cc7;hpb=f1b69e26a29bf8a5c3f91980dc4f15327d9e1b2a;p=monky diff --git a/src/conky.h b/src/conky.h index 9a6b80d..30e73a0 100644 --- a/src/conky.h +++ b/src/conky.h @@ -296,9 +296,7 @@ extern int top_cpu, top_mem, top_time; #ifdef IOSTATS extern int top_io; #endif -#ifdef __linux__ extern int top_running; -#endif /* defined in conky.c, needed by top.c */ extern int cpu_separate; @@ -308,7 +306,7 @@ extern int cpu_separate; extern struct information info; /* defined in users.c */ -void update_users(void); +int update_users(void); void update_user_time(char *tty); /* defined in conky.c */