Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 721092
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +10 lines)
Line  Link Here
0
-- a/src/utils.c
0
++ b/src/utils.c
Lines 36-41 Link Here
36
#include "utils.h"
36
#include "utils.h"
37
#include "utimer.h"
37
#include "utimer.h"
38
38
39
GMainLoop         *loop;
40
gboolean          paused;
41
struct termios    savedttystate;
42
Config            ut_config;
39
43
40
gulong ul_add (gulong a, gulong b)
44
gulong ul_add (gulong a, gulong b)
41
{
45
{
42
-- a/src/utimer.h
46
++ b/src/utimer.h
Lines 66-74 Link Here
66
#define TIMER_PRINT_RATE_MSEC  79
66
#define TIMER_PRINT_RATE_MSEC  79
67
#define TIMER_CHECK_RATE_MSEC  500
67
#define TIMER_CHECK_RATE_MSEC  500
68
68
69
GMainLoop         *loop;
69
extern GMainLoop         *loop;
70
gboolean          paused;
70
extern gboolean          paused;
71
struct termios    savedttystate;
71
extern struct termios    savedttystate;
72
Config            ut_config;
72
extern Config            ut_config;
73
73
74
#endif /* UTIMER_H */
74
#endif /* UTIMER_H */

Return to bug 721092