dhcpd-pools.h: function attributes declarations

Advice compiler about functions to generate better optimization
and argument checks.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-03-19 11:48:48 +01:00
parent 8544983585
commit 93bcd305c4
3 changed files with 26 additions and 12 deletions

View file

@ -151,7 +151,6 @@ int main(int argc, char **argv)
case 'v':
/* Print version */
print_version();
return (EXIT_SUCCESS);
case 'h':
/* Print help */
usage(EXIT_SUCCESS);