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

@ -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)