diff options
Diffstat (limited to 'src/device.c')
| -rw-r--r-- | src/device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c index 8c786a7..91712be 100644 --- a/src/device.c +++ b/src/device.c | |||
| @@ -114,7 +114,7 @@ struct mux_device | |||
| 114 | 114 | ||
| 115 | static struct collection device_list; | 115 | static struct collection device_list; |
| 116 | 116 | ||
| 117 | uint64_t mstime64(void) | 117 | static uint64_t mstime64(void) |
| 118 | { | 118 | { |
| 119 | struct timeval tv; | 119 | struct timeval tv; |
| 120 | gettimeofday(&tv, NULL); | 120 | gettimeofday(&tv, NULL); |
