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 static struct collection device_list; -uint64_t mstime64(void) +static uint64_t mstime64(void) { struct timeval tv; gettimeofday(&tv, NULL); |