diff options
Diffstat (limited to 'difftimeval.c')
-rw-r--r-- | difftimeval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/difftimeval.c b/difftimeval.c index b4c3451..9ba06c5 100644 --- a/difftimeval.c +++ b/difftimeval.c @@ -3,7 +3,7 @@ int -libsimple_difftimeval(struct timeval *diff, const struct timeval *minuend, const struct timeval *subtrahend) +libsimple_difftimeval(struct timeval *diff, const struct timeval *minuend, const struct timeval *subtrahend) /* TODO test */ { struct timespec a, b, d; int r; |