X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fparse-duration.h;h=fbc1882cfe2e9a9bc307e4e83c0fcf69ad99de50;hb=3a59228aa9e83e507b62eb5281817accccee72ba;hp=ea551840cb5c83add5978baeac93b2976d2de48b;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/parse-duration.h b/lib/parse-duration.h index ea551840c..fbc1882cf 100644 --- a/lib/parse-duration.h +++ b/lib/parse-duration.h @@ -85,6 +85,6 @@ /* Parses the given string. If it has the syntax of a valid duration, this duration is returned. Otherwise, the return value is BAD_TIME, and errno is set to either EINVAL (bad syntax) or ERANGE (out of range). */ -extern time_t parse_duration(char const * in_pz); +extern time_t parse_duration (char const * in_pz); #endif /* GNULIB_PARSE_DURATION_H */