]> git.ipfire.org Git - thirdparty/util-linux.git/commit - misc-utils/cal.c
cal: add input variable names to function prototypes
authorSami Kerola <kerolasa@iki.fi>
Sun, 10 Nov 2013 18:23:30 +0000 (18:23 +0000)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Dec 2013 09:58:54 +0000 (10:58 +0100)
commit0106c9e26ca781a344f230f2bf5132abccd98aeb
tree499f3cc333ce1166f6c8d09b762dd604860e4265
parent76c4bbcc6e2811026ee172cbd7a93f587fed2385
cal: add input variable names to function prototypes

While prototypes such as 'function(int, int, char, int);' are legal they
do not help when trying to understand how the function is expected to be
used.  Adding variable names gives at least a hint when looking the
prototypes.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/cal.c