]> git.ipfire.org Git - thirdparty/shadow.git/commit
Use strict prototypes
authorChristian Göttsche <cgzones@googlemail.com>
Mon, 3 Jan 2022 11:43:01 +0000 (12:43 +0100)
committerChristian Göttsche <cgzones@googlemail.com>
Mon, 3 Jan 2022 14:09:17 +0000 (15:09 +0100)
commit45bba0e190da77c16e503c308ef5dfa120cfd46b
tree62d77cba7a9bac81250938ab5866a7c21440e932
parentf84b8530c5597c48ea780e41677d87245db1b60a
Use strict prototypes

Function declarations with no argument declare functions taking an
arbitrary number of arguments. Use the special type void to declare
functions taking no argument.
lib/nss.c
lib/prototypes.h
libmisc/prefix_flag.c