]> git.ipfire.org Git - thirdparty/systemd.git/commit
parse-util: make return parameter optional in safe_atou16_full()
authorLennart Poettering <lennart@poettering.net>
Mon, 1 Jun 2020 15:10:27 +0000 (17:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 5 Jun 2020 13:56:31 +0000 (15:56 +0200)
commitaa85e4d3cef8ca8436e480bce9fa4ce72876b636
treea1b9a528e368c0af26c4ce77f22f44b7a9467eb3
parentc78eefc13562a8fc0c22c00a6d3001af89860258
parse-util: make return parameter optional in safe_atou16_full()

All other safe_atoXYZ_full() functions have the parameter optional,
let's make it optoinal here, too.
src/basic/parse-util.c