From 36bdd64fb414cbcadb8abf0a510448331fcc6509 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 30 Jul 2015 06:14:47 +0000 Subject: Improve strtounum Fix many style bugs Better variable naming Use C99 'restrict' were apropriate Fix potential errno race Submitted by: bde --- pw/pw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pw/pw.h') diff --git a/pw/pw.h b/pw/pw.h index 3ab3c74..a22572e 100644 --- a/pw/pw.h +++ b/pw/pw.h @@ -103,5 +103,5 @@ char *pw_pwcrypt(char *password); extern const char *Modes[]; extern const char *Which[]; -uintmax_t strtounum(const char *numstr, uintmax_t minval, uintmax_t maxval, - const char **errmsg); +uintmax_t strtounum(const char * __restrict, uintmax_t, uintmax_t, + const char ** __restrict); -- cgit v1.2.3-56-ge451