diff options
Diffstat (limited to 'libglusterfs/src/timespec.h')
-rw-r--r-- | libglusterfs/src/timespec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/timespec.h b/libglusterfs/src/timespec.h index c584c82c092..490255df9f3 100644 --- a/libglusterfs/src/timespec.h +++ b/libglusterfs/src/timespec.h @@ -19,6 +19,6 @@ void tv2ts (struct timeval tv, struct timespec *ts); void timespec_now (struct timespec *ts); -void timespec_adjust_delta (struct timespec ts, struct timespec delta); +void timespec_adjust_delta (struct timespec *ts, struct timespec delta); #endif /* __INCLUDE_TIMESPEC_H__ */ |