commit 31753df0dc604c687f7fd962522b9032b1f354fc from: Omar Polo date: Thu Mar 18 18:04:13 2021 UTC fixed strtonum prototype found by cage_: thanks! commit - 941b3761caf7ad45b24b9556161424d183021d97 commit + 31753df0dc604c687f7fd962522b9032b1f354fc blob - be4f22c5340f706a7e82c19f9b4747110bbdd173 blob + 1ad95c858c9b6e4f24d0d76e3772b2b7e49d5cae --- compat.h +++ compat.h @@ -87,7 +87,7 @@ size_t strlcat(char*, const char*, size_t); #endif #ifndef HAVE_STRTONUM -long long strtonum(const char*, long long, long long, const char*); +long long strtonum(const char*, long long, long long, const char**); #endif #ifndef HAVE_SETPROCTITLE