diff options
Diffstat (limited to 'strtotimeval.c')
-rw-r--r-- | strtotimeval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strtotimeval.c b/strtotimeval.c index e210e87..4df5674 100644 --- a/strtotimeval.c +++ b/strtotimeval.c @@ -3,7 +3,7 @@ int -libsimple_strtotimeval(struct timeval *restrict tv, const char *restrict s, char **restrict end) +libsimple_strtotimeval(struct timeval *restrict tv, const char *restrict s, char **restrict end) /* TODO test */ { struct timespec ts; int r = libsimple_strtotimespec(&ts, s, end); |