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
|
|
@ -109,6 +109,7 @@ void print_version(void)
|
|||
"This is free software: you are free to change and redistribute it.\n");
|
||||
fprintf(stdout,
|
||||
"There is NO WARRANTY, to the extent permitted by law.\n");
|
||||
exit(EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
void usage(int status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue