diff options
Diffstat (limited to 'src/timeout.c')
-rw-r--r-- | src/timeout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timeout.c b/src/timeout.c index 09cb53d..83bffc9 100644 --- a/src/timeout.c +++ b/src/timeout.c | |||
@@ -114,9 +114,10 @@ int tm_getretry(p_tm tm) | |||
114 | * Input | 114 | * Input |
115 | * tm: timeout control structure | 115 | * tm: timeout control structure |
116 | \*-------------------------------------------------------------------------*/ | 116 | \*-------------------------------------------------------------------------*/ |
117 | void tm_markstart(p_tm tm) | 117 | p_tm tm_markstart(p_tm tm) |
118 | { | 118 | { |
119 | tm->start = tm_gettime(); | 119 | tm->start = tm_gettime(); |
120 | return tm; | ||
120 | } | 121 | } |
121 | 122 | ||
122 | /*-------------------------------------------------------------------------*\ | 123 | /*-------------------------------------------------------------------------*\ |