mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
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:
parent
8544983585
commit
93bcd305c4
3 changed files with 26 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue