diff options
Diffstat (limited to 'difftimespec.c')
-rw-r--r-- | difftimespec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/difftimespec.c b/difftimespec.c index 4ea74a8..383dced 100644 --- a/difftimespec.c +++ b/difftimespec.c @@ -3,7 +3,7 @@ int -libsimple_difftimespec(struct timespec *diff, const struct timespec *minuend, const struct timespec *subtrahend) +libsimple_difftimespec(struct timespec *diff, const struct timespec *minuend, const struct timespec *subtrahend) /* TODO test */ { long int ns = minuend->tv_nsec - subtrahend->tv_nsec; time_t s; |